Loading Tool

Explorer IconExplorer

Memory Pool

73,399 transactions
27.16 vMB
0.06182866 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 18f419c69f0dd175111dde67aa2f2752b424dbfe0f5cee469a30ef3187d2139c
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (495,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,599 419,599 000000000000000004768c9d7d34f66bf0bb7ac4e91209388cf85f106a35ec33 2,529 1.00/1.00 vMB 73
419,598 419,598 000000000000000000364ac571fe7f4f7f268815af16517ba041be358e54fd48 1,341 0.99/1.00 vMB 40
419,597 419,597 000000000000000002c915271f144b21760719e843de675584bb3f04369fcc5a 2,400 1.00/1.00 vMB 67
419,596 419,596 0000000000000000031bb960b194ce28dde38b2db4a2658c0434c2213260e1ba 2,097 1.00/1.00 vMB 56
419,595 419,595 00000000000000000346aa186d2894a94d387d78bfa953c1b8f13a42156900b7 1,464 1.00/1.00 vMB 37
419,594 419,594 0000000000000000034410169f8ccf39c93cb000b2d9cfa67ac612971e2759d3 2,114 1.00/1.00 vMB 55
419,593 419,593 0000000000000000027455ea2e190d9fea530b9820f0497fad5736bbec9cef1a 2,968 1.00/1.00 vMB 90
419,592 419,592 0000000000000000009f8d723b19913b014e9a98dc1809b080554a17ef186f27 2,506 0.99/1.00 vMB 71
419,591 419,591 000000000000000004d95b29e0ac12c59e7d7c2c21d14cd9308eeaad318dbefc 714 0.98/1.00 vMB 25
419,590 419,590 0000000000000000051a310812f62de2085e12eaa556f46d22133016ccb6497d 1,348 1.00/1.00 vMB 33
419,589 419,589 000000000000000002f7621e38d1be4b4b36aac727e745e66d43ad9737884f80 2,098 1.00/1.00 vMB 43
419,588 419,588 0000000000000000047e39e910bb5bb1ae4caa9c0b22ad51bfe1b02e7e893138 2,634 1.00/1.00 vMB 67
419,587 419,587 0000000000000000008849bfa81f234ff2bcc36f01c95abbcf3e2b213b4ac031 2,426 1.00/1.00 vMB 49
419,586 419,586 000000000000000003db94fec0c955c37f520cb54023f9ef5f2466f8f31da37b 3,095 1.00/1.00 vMB 88
419,585 419,585 000000000000000000a1fd38b946a8fdadd40c669a09aed8b32c0c32d1a114df 3,187 1.00/1.00 vMB 88
419,584 419,584 0000000000000000010aea2349dd597690039eaabd7d2a5f4b397b5166d5c066 2,559 1.00/1.00 vMB 57
419,583 419,583 000000000000000002535de065c9dd20bdfaa08e1f40df94e665cb68048b97cd 1,706 0.98/1.00 vMB 37
419,582 419,582 000000000000000003697c585cf34902509858e66a7f2d28f21bcff215bbfe3a 272 0.10/1.00 vMB 77
419,581 419,581 000000000000000001f9db65cec8c960edefb50adf7ae14c4aaaf85572b0ec60 1,121 0.50/1.00 vMB 51
419,580 419,580 000000000000000001e09b118eadfb97d0bf793b4e4398354780fd68b6215ab5 2,272 1.00/1.00 vMB 53
419,579 419,579 000000000000000004c3766c5a0d2e22504d23ff5fc3c2a227e324d2a91ce83a 2,316 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.