Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,364 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (612,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,129 298,129 000000000000000075ad4e8d9aa67bff3b06ce1075d2f61f8170b5d5d87b3f40 0.05 MB 128 49
298,128 298,128 00000000000000000b5236b0fb830f8a322e23324e6e765893c01ffca59c1cbc 0.03 MB 64 13
298,127 298,127 000000000000000002e1cfab5b4c510769a17d97995df7b7ca2cef232bbb2526 0.33 MB 659 39
298,126 298,126 00000000000000007fe7162a0eb4cd279183606f917b9410dc4256aa3130ccdc 0.33 MB 473 38
298,125 298,125 00000000000000009013d7d3ba36275030c26d1e9e1958631bc0f89af22a4545 0.34 MB 836 46
298,124 298,124 0000000000000000499a34af8a07c91a6e5af9f702d4dadb79c25e79a28087c3 0.19 MB 337 29
298,123 298,123 000000000000000011989d20cea3ae81f4dc7bcc754330a19ef9366637443345 0.04 MB 73 83
298,122 298,122 00000000000000001c093100cc6ccc88aa9b4705ba276dd5d73733361f482a60 0.15 MB 357 40
298,121 298,121 000000000000000075bc021df0d52316448fee69f0c9a2e3dfe7f94e6d165a0f 0.02 MB 38 28
298,120 298,120 000000000000000083b7e2746d82b994006e75ba6a494ba39a5eca47bb24e4cf 0.61 MB 1,179 38
298,119 298,119 00000000000000005e2d071e9e562cb1f43dfbb0ecc370f5e3f96082739af414 0.01 MB 20 13
298,118 298,118 000000000000000038b5aee3357abe1e461328c109d14a753432db7c3ed17572 0.45 MB 692 34
298,117 298,117 00000000000000003ecc1de345e1dbf45af1341743627429c9956890ae654334 0.04 MB 128 48
298,116 298,116 00000000000000004a2ca1c30c9df8b017799915bd5f6f4897d518d0fb6bb200 0.45 MB 657 30
298,115 298,115 0000000000000000653ae1a3443bd891865ba694e28ab6ffcc46e20844636f4a 0.00 MB 1 0
298,114 298,114 000000000000000021b7d77716cb691cde946843a0d0d68d189e168b595f854c 0.43 MB 1,024 46
298,113 298,113 00000000000000008d52ea3ec8820989972619d1e8662dcef76cf17a47a49ad9 0.09 MB 192 60
298,112 298,112 000000000000000041169e9f30251dd6649e80a162dd071e68c0ae3ca23f6dbc 0.29 MB 421 24
298,111 298,111 000000000000000082c8b64830aa3b2ce1bc3b4e3de9dd149279d32eb0086ef8 0.35 MB 331 16
298,110 298,110 000000000000000015918c0e3cd14a58e8a0d21f574535030e21baa7cd6debab 0.25 MB 666 54
298,109 298,109 000000000000000005b523fba8ff2467513689632738480ea62661e44d52c850 0.02 MB 34 16
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.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.