Loading Tool

Explorer IconExplorer

Memory Pool

35,605 transactions
25.98 vMB
0.06694179 BTC
Random Selection Loading Transactions
Max Size: 132.55/200 MB

Candidate Block

Mining Attempt 2f713c2f0f6e3faeb4dc264501a0267970b972ad3367cb6859fca8d5187de4b9
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root e2070cbc09f91d59760438850dc1750fe30f3e8ce4d5bc2f65f090507622fc33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01929113 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (471,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,419 443,419 00000000000000000202cce8c94bb42362e2cee5b71b632799abc94f81f8871a 2,246 1.00/1.00 vMB 66
443,418 443,418 0000000000000000024e56590474172743c42ae6b3f5bfeadbd6ce7ea661ca5f 2,851 1.00/1.00 vMB 78
443,417 443,417 000000000000000002de4137af0018262574537a010130134a3ec35497b3ff27 2,528 1.00/1.00 vMB 96
443,416 443,416 0000000000000000031aaca9de5d5bed5fff3343f5b35143075c96cc16576ba7 2,438 1.00/1.00 vMB 94
443,415 443,415 000000000000000001dba860db96a191cc25dac1005f4c46d2ecdb46470ae830 222 0.17/1.00 vMB 45
443,414 443,414 0000000000000000013e479f2bac4effde0a81f33dcc0716bc7522713d428a4d 2,360 1.00/1.00 vMB 64
443,413 443,413 000000000000000003c408039c24968b73f7f8c080265465be81cfdd2f92575f 2,220 1.00/1.00 vMB 79
443,412 443,412 0000000000000000019d221d50dd55ee0616ed0d27348b7343afc63c062ec681 2,751 1.00/1.00 vMB 101
443,411 443,411 0000000000000000008a2da6028c0d1f7e0b2ffe838b3aec8fc1efa1b181d1cc 1,273 0.60/1.00 vMB 77
443,410 443,410 000000000000000002cd66da105f47a94e30f95da139bbd671dc6ef5cd62430e 1,535 1.00/1.00 vMB 46
443,409 443,409 000000000000000000364cf079ecd1962a1ca0e4de1bbf6595cc3d95a2e41150 2,330 1.00/1.00 vMB 70
443,408 443,408 000000000000000003a33766a9a279dfcb9fec5eb6c49d2a62dc01c6bd448b89 1,155 1.00/1.00 vMB 44
443,407 443,407 0000000000000000007ff60685e96247b382661a55c39ae6167183335787d435 1,780 1.00/1.00 vMB 76
443,406 443,406 000000000000000001c2b1eb4e70191c84f0dfea20695a610f84493a6c89fe61 639 0.32/1.00 vMB 59
443,405 443,405 0000000000000000015073d285d016e25af5436746ed42fb313688bcf3347cc5 2,571 1.00/1.00 vMB 83
443,404 443,404 00000000000000000062c3bf7e45601dfd143c62498a7351e6ddb22c6d559f47 1,141 0.64/1.00 vMB 65
443,403 443,403 000000000000000002f3e41a3889afb8a5df20f474dcc3d9fdc24a5955cb9198 2,062 1.00/1.00 vMB 68
443,402 443,402 000000000000000002350bc97225ba14b2fc84ce33fbfbee1d32b0e6c4a461e9 2,696 1.00/1.00 vMB 92
443,401 443,401 000000000000000002cb455c8d8ec915a5568a62a31bd33166ae52304482e6a5 2,352 1.00/1.00 vMB 71
443,400 443,400 00000000000000000293b8644bb0e33c2cf5a35992f2ceb0c9af7fca77e08056 2,213 1.00/1.00 vMB 74
443,399 443,399 0000000000000000018ce752ae720ed1b6e84bf9148ec8e2e8b60037dc5a6661 2,171 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.