Loading Tool

Explorer IconExplorer

Memory Pool

42,967 transactions
27.02 vMB
0.06302968 BTC
Random Selection Loading Transactions
Max Size: 142.12/200 MB

Candidate Block

Mining Attempt a4ec2e61c0fb48a9fbe4f3c44a185dad15b2694cc7ce8f1a86880dcf3ceeede9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 81626d64e0de13f968edb989413753411451593035855da000f5678edd2aadc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,736
Size: 1.00 vMB
Total Fees: 0.01270408 BTC
Feerates: 170.89 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (466,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,534 448,534 00000000000000000039d380e357cded0f279bb6e51361e4f1ae37c3db4c48b6 738 1.00/1.00 vMB 106
448,533 448,533 00000000000000000192c1a5faa98764e2ced29f0667dccd3d32105977c00833 1,105 1.00/1.00 vMB 103
448,532 448,532 00000000000000000259be4e390ca16e8837534fa7e3d2672638211e1f2d346e 2,655 1.00/1.00 vMB 125
448,531 448,531 000000000000000001f14bd7d41ea19b455cfecad687c4104825aec2bb7acad9 1,299 1.00/1.00 vMB 61
448,530 448,530 0000000000000000009876e4ece37c6e6752dfe9105736b575a5f6d387b29f2e 2,466 1.00/1.00 vMB 67
448,529 448,529 0000000000000000014a24e6c026645975090b18fb5315971e36a4bba0cec7e2 1,609 1.00/1.00 vMB 72
448,528 448,528 000000000000000001fe3496b9961880922106f24ce6663262df7e079afbf6f6 2,378 1.00/1.00 vMB 75
448,527 448,527 00000000000000000328b02670af02224112bd0a81554c9e382e9e01826b9989 3,375 1.00/1.00 vMB 75
448,526 448,526 000000000000000001932ac450f8c39079d1ac14d70840c3bc3923340cf33d89 2,806 1.00/1.00 vMB 82
448,525 448,525 000000000000000002c291b674b116ff6a2fee64ed5a62f84274235edff6e58e 2,148 1.00/1.00 vMB 89
448,524 448,524 00000000000000000028e88115c254439a0ae070a75bbf38795c197a1d40e6c4 2,674 1.00/1.00 vMB 65
448,523 448,523 000000000000000000c214a99af69bc751a69602dcc3871527247ffa38c01c7b 2,594 1.00/1.00 vMB 75
448,522 448,522 000000000000000001906205cc90df94027d287e04122dfa1deb881d4deed6bb 2,390 1.00/1.00 vMB 97
448,521 448,521 000000000000000001455228eeb31d1752a2dfbd5e0bc02fab2125534185d0e0 2,412 1.00/1.00 vMB 117
448,520 448,520 00000000000000000165d9b49fcc566a9f67032e997d741170f5414dde535b59 1,117 1.00/1.00 vMB 102
448,519 448,519 00000000000000000252f53abc8de3a81b74212a7bb4e3d623267f0e434d0e7b 2,104 1.00/1.00 vMB 123
448,518 448,518 000000000000000000fedd6f60f5d4c1eee2ec59eacdc1cee315f757ee0dd001 2,440 1.00/1.00 vMB 73
448,517 448,517 000000000000000002e1a15698d42ba69d89460b693e14dff8cb9273504f01c3 2,151 1.00/1.00 vMB 87
448,516 448,516 0000000000000000002789273e070f058c13a2de43a1602ffbdfb553c9ac5fad 2,530 1.00/1.00 vMB 95
448,515 448,515 0000000000000000027faaae5f288a68e41821c66e2ca32e2e88c8d3383e9946 2,798 1.00/1.00 vMB 73
448,514 448,514 000000000000000003214fb909c154dc03d552523d6a2c047516b0adf1500289 1,880 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.