Loading Tool

Explorer IconExplorer

Memory Pool

79,038 transactions
29.67 vMB
0.09191014 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt 57b8051e29455c8700c6e0cd2353c94e481cca3e77815062701febd8c4b38ee1
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 9cd51d8a23020f804a2821dcdf157fe036066341e5c20bc0eea808452adcd806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02630548 BTC
Feerates: 251.00 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (382,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,320 532,320 0000000000000000000249f02ee94bfb5d46d7d42ee9e78e7f4376b2fe023dbf 1,243 1.00/1.00 vMB 6
532,319 532,319 0000000000000000000e598ff0b91e55b0412e729d4e11c927871c686b8cce45 2,404 1.00/1.00 vMB 12
532,318 532,318 00000000000000000026e44f2692f623ae0adc6fc0cae68c268caa838f927317 2,536 1.00/1.00 vMB 18
532,317 532,317 00000000000000000020666ea0e87b7435382384d7b16ab1cb268242de60cf68 2,243 1.00/1.00 vMB 13
532,316 532,316 0000000000000000000d393152bacbfbde643c1a4ff22fb3126acda15314ca42 2,729 1.00/1.00 vMB 9
532,315 532,315 0000000000000000002010a50bfa83aa90e7da7135ef90b46ac8379d8dc8be89 2,658 1.00/1.00 vMB 13
532,314 532,314 0000000000000000001f89813db194a19537fb72f6662f99fad9b4cd85feb5c5 2,586 1.00/1.00 vMB 24
532,313 532,313 0000000000000000002c2288e80cf72bfc923a437b6c40681f0bdd55f9eea0f9 2,282 1.00/1.00 vMB 58
532,312 532,312 0000000000000000001ea1b45c854b7a39129e7cc7efa0f3c40b465869e122ae 407 0.14/1.00 vMB 27
532,311 532,311 00000000000000000020cd7d195e385d1eceaac22793427d8f9a6f3064f28e55 1,923 0.78/1.00 vMB 23
532,310 532,310 0000000000000000002a2c9d67ecf74381e2b8eeeccd4ec261cd5e5e271b982a 521 0.53/1.00 vMB 5
532,309 532,309 0000000000000000002bc8af2c9f4eb96bee98aade82c09d60055f73b9f544f4 1,548 1.00/1.00 vMB 9
532,308 532,308 00000000000000000032040f93779fe5cd1099324eba5be6d8ac968507876264 1,792 1.00/1.00 vMB 18
532,307 532,307 00000000000000000024630b72d725b23ab04744701d48c74f71aab439d060f8 2,521 1.00/1.00 vMB 6
532,306 532,306 0000000000000000003381205328d3db09dec33df3ab36efb10bdff726976069 1 0.00/1.00 vMB 0
532,305 532,305 00000000000000000033bc23f21cac4e19119b3d0b75fe0a423d4262bc839697 2,465 1.00/1.00 vMB 37
532,304 532,304 0000000000000000000d94c27e929e4be57d3da08f12a58043bfa1a9a901f1e0 1,769 1.00/1.00 vMB 24
532,303 532,303 0000000000000000001cc0caec555b786355f5af9ab56e7a1b9db45d95278ecd 1,923 1.00/1.00 vMB 9
532,302 532,302 0000000000000000001a5db8eceae92e776a73d20e802219f51b1c1956ae191d 1,942 1.00/1.00 vMB 15
532,301 532,301 000000000000000000089f4c071423a85414b3be069a1d28506ba51b5f9083a3 378 1.00/1.00 vMB 9
532,300 532,300 00000000000000000024af2028aade9afe981f7b705da6c1ab9c58275dcb00d6 2,701 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.