Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

637 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (1,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,425 909,425 00000000000000000001dbe21bf1902dbaf3d6d1cf56ead7923d5b12b5744376 1.53 MB 3,575 3
909,424 909,424 00000000000000000001940eb1f4b5b0c65a4c454ce5a26031e1b687035c02af 1.51 MB 3,858 4
909,423 909,423 00000000000000000001f22042ca6544bfc579d4a5a3772eccfe2a801587ab7f 0.77 MB 1,169 2
909,422 909,422 00000000000000000001ce51aafdb7fd6046ef006fb08f98b11e8e9099cff616 1.98 MB 2,000 0
909,421 909,421 00000000000000000001cfc6c2272cdad2e6c8f45f7f1c25ab641d644ef5735d 1.55 MB 3,075 3
909,420 909,420 0000000000000000000180140a1ff2f0b6bf210679ffe3471db13d15e299cf7e 1.78 MB 3,209 0
909,419 909,419 000000000000000000000dde9bb7b41fc137733c58ba578c1f7fdceac32a5ea6 1.75 MB 2,679 1
909,418 909,418 00000000000000000000dc7157f731b738e40049a58d8a65be5a1101daa3b694 1.51 MB 4,198 4
909,417 909,417 00000000000000000001fbdc3454972ed4d0b12f49f9fa9cc90961c07f9d3ef7 1.55 MB 2,939 2
909,416 909,416 0000000000000000000003448347c201fb5b4fb6eedba0b4da18781c7ff42590 3.96 MB 47 2
909,415 909,415 00000000000000000001b619736e8a5347d7cab063703a80cb866d72bd8d3c6a 1.96 MB 3,298 1
909,414 909,414 000000000000000000002f802ac073a94b5b286412130d90a708d41479f9f558 1.50 MB 2,658 2
909,413 909,413 00000000000000000000be9a9f2181191964a13a6aa931ffa246f5969f7531fb 0.26 MB 490 2
909,412 909,412 00000000000000000000bc7e2f68803120f237d4a6c78a0f963df092bd576700 1.74 MB 2,494 2
909,411 909,411 00000000000000000000365220e30089f1467a63434555b98b6e69a672049008 1.71 MB 2,305 1
909,410 909,410 000000000000000000008eeff47469baace04fb219de2fa094c0ff9d581a5af9 1.46 MB 2,625 2
909,409 909,409 0000000000000000000156798ba549a5bf294728d1a88a9ca63fdd36495d0eb0 1.62 MB 3,765 5
909,408 909,408 000000000000000000001cea47b069ee271870c9420472e52b45272feb71dadc 1.58 MB 4,435 5
909,407 909,407 0000000000000000000020eda34d3666b551a2dfa68808926a1833f0bba9f798 1.48 MB 2,310 2
909,406 909,406 00000000000000000000fd034fe2648839989f821818e4789e10f881ce2f7da3 1.53 MB 1,689 2
909,405 909,405 00000000000000000001666e64a5ecf78e3fdeca5f7238dc987e7437b9ba933e 1.64 MB 4,649 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.