Loading Tool

Explorer IconExplorer

Memory Pool

83,346 transactions
30.67 vMB
0.16722533 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 3258acd75fb6af1eca715cd2fb85c2d2ba9f4c6c6dc8aeceac89e189939ffe8d
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 17ffb162457b6e39c6b3b2f0e19573de15b93074f8c7ed6444faf9069f8cdefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.08623629 BTC
Feerates: 150.79 > 8.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (326,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,487 588,487 00000000000000000010f152cd81ff46d35c0637d6e15f9ddcbc774c1bb37b65 1,708 0.51/1.00 vMB 10
588,486 588,486 0000000000000000001a1830c47c857cad800cb4da1bf74e250ebb0162557769 71 0.02/1.00 vMB 7
588,485 588,485 000000000000000000194b2b9b20fef72b94003bf5274e38cff87f685da001ff 2,072 0.60/1.00 vMB 11
588,484 588,484 000000000000000000060d1989aa81c1de89df83eddee0e4646b76502495a459 2,424 0.71/1.00 vMB 11
588,483 588,483 0000000000000000001dc7ac15f357c81a905e61c7b56aae4a3cf38aa2e4ddfa 2,974 0.89/1.00 vMB 12
588,482 588,482 0000000000000000001bc6100321b72463807ccf78299acfe2b70a4516b08f0e 237 0.09/1.00 vMB 13
588,481 588,481 0000000000000000001f1d1c3c37b70b736e379c8810c45515c00766d919ef8e 2,413 0.69/1.00 vMB 11
588,480 588,480 000000000000000000165a9fd3e4bfd68cade1e4bd0a913098ad8dd79958f2e4 159 0.05/1.00 vMB 8
588,479 588,479 0000000000000000000d726dc674ce2cd23f936c53f44691ee9916b8a1756989 619 0.18/1.00 vMB 8
588,478 588,478 000000000000000000034723ee2bfb91f2184b66d1d6a2e5d068101dd545124a 160 0.05/1.00 vMB 20
588,477 588,477 0000000000000000000f89936138cbafe9a28c2106faf1146bff14e18d6da12f 367 0.10/1.00 vMB 13
588,476 588,476 00000000000000000017fde25fdf9a3eaef4239a90f5d513459dcecc48325c58 2,690 0.82/1.00 vMB 17
588,475 588,475 000000000000000000151af251e9960434e407e9beb1c9dfcb66ec2c3350a4b2 841 0.24/1.00 vMB 14
588,474 588,474 00000000000000000013f7555d31e05c1e30edf625425c88d8c5249a8265e977 1,730 0.59/1.00 vMB 12
588,473 588,473 0000000000000000001af24949272e552f48fc4eecba18a705fdf3d17a8b4a1b 2,311 0.78/1.00 vMB 13
588,472 588,472 000000000000000000055ee25db2f29e1c54cf3de1ab65cf1004d0ef781444ae 445 0.12/1.00 vMB 14
588,471 588,471 0000000000000000000c58cd0f89ad431f2529436d5f87bba7f66c2049e9ff24 1,560 0.46/1.00 vMB 10
588,470 588,470 000000000000000000135dd8516ef9d0ebd8e5bb75cf219efe1a96bdfcbe542e 1,333 0.39/1.00 vMB 12
588,469 588,469 0000000000000000000220b33aee2e262c4fd055dfefb83bb0ef01f2370c0ba3 210 0.06/1.00 vMB 15
588,468 588,468 000000000000000000034229505da1d6886762d4ee544ca70ab9816438fd7020 40 0.01/1.00 vMB 23
588,467 588,467 0000000000000000001c947e888b71a298aaec108ac04b62aee1da41f29abd66 1,166 0.35/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.