Loading Tool

Explorer IconExplorer

Memory Pool

41,391 transactions
25.96 vMB
0.05196952 BTC
Random Selection Loading Transactions
Max Size: 135.74/200 MB

Candidate Block

Mining Attempt d1bcb1ecaf8a02775eef0acd1b2edf97b788b2ddc7fac3ead2fcd5c3f999e23c
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 62e88812d3b004aefc2bff925053aa6a3750070266861105f81a7be288f16985
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,161
Size: 1.00 vMB
Total Fees: 0.00459379 BTC
Feerates: 40.21 > 0.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (526,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
388,334 388,334 000000000000000007658186681b62af81aac0fddd320fd9aee3023041b5123f 2,698 1.00/1.00 vMB 52
388,333 388,333 00000000000000000546191738f32665cd1b05b22bb06fe9e934bc525f32def8 2,457 1.00/1.00 vMB 38
388,332 388,332 000000000000000009f0a896a4a1c63fa976932f560fbd2481c65bb59c7f559a 152 0.10/1.00 vMB 24
388,331 388,331 000000000000000001acc1b5f54cf2b68fa61d51a63f1df8f0fb77b7b37bac76 1,620 1.00/1.00 vMB 26
388,330 388,330 00000000000000000862ea22bf49af2bb4af2d6794ce5de1486d3ba65c61ce61 2,171 0.75/1.00 vMB 51
388,329 388,329 00000000000000000af2cbf4adc9c6a93a9b6a7a03d377a5bd6e4dc6c334ab6c 70 0.05/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.