Loading Tool

Explorer IconExplorer

Memory Pool

76,325 transactions
29.75 vMB
0.06688367 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 4f6a4db20c050fe4ddf8b0e61d93cb1c8aa9feaa27a963b6a1bdcbada6dbad3f
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root fe47334e4caa3795d495cc6be8a31cbe7fe43169fc4cc62e08be9046b2aac530
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.00394527 BTC
Feerates: 14.26 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (540,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,547 374,547 000000000000000008c6b0178c7cec4f6584af60aa377c5434d7c114f65c9849 604 0.30/1.00 vMB 49
374,546 374,546 000000000000000008e6e53811206b9a74a592b60b869c6223bc58d9223b36e0 1,025 1.00/1.00 vMB 14
374,545 374,545 0000000000000000084ade6b7fb5c9362632307823d224d6bfaf14e275eba43e 2,888 0.75/1.00 vMB 7
374,544 374,544 000000000000000009c3f4b770ce67e2ded3805ac358140581bba39a75230636 356 0.75/1.00 vMB 12
374,543 374,543 000000000000000012206d6a28faa1acb1f9d27fbb60f62debb609e9b5b70b5d 1,060 1.00/1.00 vMB 16
374,542 374,542 00000000000000000336c16134f05c0504c922b580e0bcf611cd3c5f373e4b85 710 1.00/1.00 vMB 8
374,541 374,541 000000000000000006e20a354ddfd4dd5d8328884b8b7e2c13e37e1fde97dc1a 393 0.17/1.00 vMB 43
374,540 374,540 00000000000000000470775004bb596494f765fa64e7c14de9a2705e50457935 1,687 0.95/1.00 vMB 39
374,539 374,539 0000000000000000086b3fafdbc283a9a5d025c3b29f3e456e39ae1e3ec14468 1,063 0.93/1.00 vMB 22
374,538 374,538 00000000000000000dcabe2e1b13ecdd165302ce86023e2009299f4e488319e9 1,951 0.75/1.00 vMB 58
374,537 374,537 0000000000000000011620277dc0af2fcc67e92083bc9c676cfc3ade90c4552c 1,047 0.45/1.00 vMB 61
374,536 374,536 000000000000000010947f1d4a6280f7a7f08a2c048e2f92ec3ef0b24ca7ad54 1,283 0.61/1.00 vMB 45
374,535 374,535 00000000000000000a7fb4a5d41aa7d34405e1b07ac89d0ffde5f7507b669132 1,290 0.93/1.00 vMB 30
374,534 374,534 0000000000000000007f5f64c993585398c8aea549f6c0ab4efaf88b6e6d90da 909 0.93/1.00 vMB 14
374,533 374,533 000000000000000001459e9795ecaade1198a8267dfcd8d20f30ddf5a220bbb9 499 0.27/1.00 vMB 36
374,532 374,532 00000000000000001242d64c44b6f21b462f9529ec6f699733d33ed16c86c62f 1,593 0.73/1.00 vMB 50
374,531 374,531 000000000000000006505d7052e2813e3e30aea97a56c0241fc46dc2cda8a4c4 747 0.95/1.00 vMB 17
374,530 374,530 00000000000000000be4facad446f5d3a9a143be6722c7c30a43312601eac66e 1,234 0.75/1.00 vMB 34
374,529 374,529 00000000000000000a806d622582bb113204fc55ef975f0dc7565d490cea30c6 1,276 0.75/1.00 vMB 19
374,528 374,528 00000000000000000bd9d02bc3c71d95dc3445c533611ba97093e36e9fb0208b 622 0.34/1.00 vMB 40
374,527 374,527 000000000000000000db717b4c076da2d1b9ff8ddbc94132e3a8d008a0fb62b9 486 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.