Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,949 transactions (0.63 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,418 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,417 (850,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,654 58,654 000000000204971a762c81dca4c2338995f6de4d9df164809c02814359a4e2a9 0.00 MB 1 0
58,653 58,653 00000000069644c69c9f3f96daa3d4bee77de4524f6cd6f3e947551682157dca 0.00 MB 1 0
58,652 58,652 000000000da6bed1a1d4824198b7d643b2b2c7bbec081a3e8310aff77d7551e1 0.00 MB 3 0
58,651 58,651 000000000cd8b055e5640fbb70043e69ae6a2661c418c392d7be566805e344d6 0.00 MB 1 0
58,650 58,650 00000000004bb4087619c5b4807460f929fae32963d813f833b7d893ffdd8dd8 0.00 MB 1 0
58,649 58,649 0000000008a5e7dadfbb95e087835989f1be221f4c2406a3025122bba4777b29 0.00 MB 1 0
58,648 58,648 0000000002a200437eb37754e83b1e93f2d40c61bf92b62be98f76edc3842801 0.00 MB 4 0
58,647 58,647 000000000a1bd9d8c04fb23dd9578e78dcecb73445d540c980e46edde53a64a9 0.00 MB 1 0
58,646 58,646 000000000f0105fcfa192eb139216104b237b5f0f93c306b805f6a77ac67a7ff 0.00 MB 1 0
58,645 58,645 000000000183b02ff16269db07473b165cd0fc8a193ffd4d16d249f0dfcc41a8 0.00 MB 1 0
58,644 58,644 000000000c85f95284dfe1ee3306ff5891ccb22ec3e5fadad645d0ca35603656 0.00 MB 1 0
58,643 58,643 000000000c3c94e97eeecb3996eccf7c7ac14431dc59dca42b4191e6eb5e4b81 0.00 MB 1 0
58,642 58,642 000000000969b607d7743ad57331680de2247bd052e622ddcf78a308101e38de 0.00 MB 1 0
58,641 58,641 000000000d4aae1b08af4c32567af56eb50acce457b2beb2d225370e6ce3465f 0.00 MB 1 0
58,640 58,640 00000000044a2166a3bea0494173fe62fe40b5b0a71674ec59cef5bf147d48ef 0.00 MB 1 0
58,639 58,639 000000000a8008ad277b1b713118c19a682c0fc6ef25b27b07ec00cb7a822862 0.00 MB 1 0
58,638 58,638 00000000004f4df9b646def2f3d05265cb0de7b5b40d48ab4864839b2d9168be 0.00 MB 1 0
58,637 58,637 000000000655c3a2339e8af73645fdd9348c72bd995a03342092b9110c52bc3f 0.00 MB 4 0
58,636 58,636 00000000076e214c66ec8f1b7bccbf4177b10124d5c952f39f49318b162a5bfc 0.00 MB 1 0
58,635 58,635 000000000c0539f85afb825e1bfe9e02d9bcbb32277605c8694790f0f2646f81 0.00 MB 1 0
58,634 58,634 000000000badc7aeceb52213d61b994f74e852c9f62b90e534f8e5a50c9d2816 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,071.77 GB sent, 109.75 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.