Loading Tool

Explorer IconExplorer

Memory Pool

45,968 transactions
27.07 vMB
0.07135609 BTC
Random Selection Loading Transactions
Max Size: 143.33/200 MB

Candidate Block

Mining Attempt 99dcc991c482321dd5e92fc9854a15756cb13c0abe61536937ee662034e6a23a
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 5f1d2a609a0b87552e8e45f3390b3d1ceaf3944fd6b4de606b0b1b9a0e5c892d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.02111570 BTC
Feerates: 100.36 > 2.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (526,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,355 388,355 0000000000000000059c55cbe7fa18de708d7cfadb9e9eb039b445843f4988ec 1,680 1.00/1.00 vMB 22
388,354 388,354 000000000000000003cb4380eda763c28ffecf18ad81ea2d714c97175330e425 2,714 0.95/1.00 vMB 52
388,353 388,353 00000000000000000455fdd2a0c75e43e3fc0dbbef1ad02fe399fc922f3ac253 2,382 0.95/1.00 vMB 34
388,352 388,352 000000000000000006eec5f2135a9a5ad6f18e01690d49801c0ae36e97ee18bb 3,196 0.93/1.00 vMB 59
388,351 388,351 000000000000000000f88899e8518087c627492e137f4bc8fd9e482405268844 148 0.16/1.00 vMB 13
388,350 388,350 0000000000000000015694d3a01ffcfa192f99555fe6f71c2acc009454501ef6 2,371 1.00/1.00 vMB 38
388,349 388,349 0000000000000000058dde108cc5052e1d1235c2b7be0c43524c0e893c00ca8b 888 0.73/1.00 vMB 20
388,348 388,348 000000000000000008b1d755a723a68fa8d43cfa6635293180b3ef86b82f7085 1,314 1.00/1.00 vMB 18
388,347 388,347 00000000000000000289230d09d115231c40be0be3a8c37f4d5e513739b89fb2 1 0.00/1.00 vMB 0
388,346 388,346 0000000000000000018f131529c4f7815a11de0808e79a6c8ca23fb97d389f95 1,425 0.73/1.00 vMB 37
388,345 388,345 00000000000000000c9e96b6fcc594f0a80a2db71b35d265a3216e524a950068 1,007 0.65/1.00 vMB 27
388,344 388,344 000000000000000001eac2aae9c4f4ac8c8de05abae2d7362b121e8767c5da15 1,935 0.93/1.00 vMB 32
388,343 388,343 00000000000000000c418eda8b26df252c665346a8ec78ec7566b9911c763c3b 20 0.05/1.00 vMB 7
388,342 388,342 00000000000000000ca6030ad3fa5f0d9a254f3f7ef2d8fd600201cda991ac75 811 0.36/1.00 vMB 43
388,341 388,341 00000000000000000ab8bca69692efdd048a73c4e0d655e92c8f406ec86a3279 1,067 0.79/1.00 vMB 22
388,340 388,340 000000000000000001b71a623b804d1cce4a1d55cc5dc94b1ce9f47928b17ecb 2,291 0.75/1.00 vMB 57
388,339 388,339 00000000000000000acb3f5cf329d0a11b40047a37d3c075e2943f5d0da5500d 1,444 0.95/1.00 vMB 22
388,338 388,338 00000000000000000488acb08ddbf6365576c8b114f11da731be4ad014824c42 2,967 1.00/1.00 vMB 50
388,337 388,337 0000000000000000059e1817611520dd323715c177c54650ba0e131825d37686 38 0.05/1.00 vMB 13
388,336 388,336 0000000000000000009061560113e549c539b12fce8faa62633373ead0c8b278 1,095 1.00/1.00 vMB 22
388,335 388,335 00000000000000000c99ac26575fdc42aed1592f877a314b690e516b44b8e025 1,229 0.93/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.67 GB
    • Received: 12.76 GB
  • Uptime:

Notes

  • 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.