Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,958 transactions (1.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (99 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,526 909,526 00000000000000000001b804027ecc6a9d9570933ce34e0d2b7a3cb5c102b245 1.82 MB 2,529 2
909,525 909,525 00000000000000000001bf7c62ab7b0f2b7dcf118f7914841a31b515d3aeffea 1.74 MB 3,101 1
909,524 909,524 00000000000000000001b02a9b6ec3ccd5c5739c1dda29155a744c239a42dca4 1.67 MB 2,947 3
909,523 909,523 00000000000000000001bb63014213a21f1c07bf9438c36acf4462bf05500956 1.99 MB 4,030 1
909,522 909,522 0000000000000000000055ae0bca860aaffaa9b6b432ae3259f0959944810738 1.69 MB 4,332 0
909,521 909,521 000000000000000000010f2701d077e3b57389bb1f4b0764fafa7e282698c443 0.93 MB 1,422 2
909,520 909,520 00000000000000000001c1b3cbf77df3b1861f9ef93f7dabb35466f9a50e681e 1.68 MB 2,436 3
909,519 909,519 000000000000000000014740066b08b2c09877648bbf3ddba80d54babf4502d7 1.22 MB 2,845 1
909,518 909,518 00000000000000000000d6e65d06ef01c775fa3f496c230e661956d430977627 1.77 MB 4,149 1
909,517 909,517 00000000000000000001e0c4c4e4a10e81fcca04ab35f3f398e6429f9a64192f 1.71 MB 2,620 3
909,516 909,516 0000000000000000000121bf9810400650d1e7a52bbcff7ef8c8aff9e557d949 1.77 MB 4,867 1
909,515 909,515 000000000000000000007fc8900c37a562d53194b556949888875e2b75aabaa6 1.69 MB 3,715 2
909,514 909,514 000000000000000000011701bb8ca9d7ab72189a2a9ae745986475146d6ff3b0 1.79 MB 2,824 2
909,513 909,513 000000000000000000013daf312b3ffe54d36532e8c04b2b871d7e697bcddf2f 1.80 MB 4,173 4
909,512 909,512 0000000000000000000024a588e43494b565cfcdbb082199b154c2d87c79043b 1.65 MB 3,885 5
909,511 909,511 00000000000000000001cf9ff4e57724027ead3c520f2bec1e45664dc3bd2db4 1.73 MB 4,184 8
909,510 909,510 00000000000000000001800563a98a8ed6c66ef12e82936e482a30d7a5a56c82 1.78 MB 5,026 11
909,509 909,509 0000000000000000000121f5c9391cdbb2dc704022946bac659426520f153cde 1.69 MB 4,452 10
909,508 909,508 00000000000000000000e987315d6ff82111b9c6ac6129028258a050c91964f2 1.98 MB 3,922 1
909,507 909,507 00000000000000000000bcd8d8fdf7798267ad45b76d5dccf4e5f111c598bae7 1.66 MB 2,666 2
909,506 909,506 00000000000000000001ff51d45ce0e4197b55cadf4edb05a8c6923677858e1b 1.64 MB 2,728 4
Previous 10 blocks ↓
Total Size: 772.72 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,105.28 GB sent, 111.87 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.