Loading Tool

Explorer IconExplorer

Memory Pool

44,943 transactions
27.37 vMB
0.10400457 BTC
Random Selection Loading Transactions
Max Size: 143.51/200 MB

Candidate Block

Mining Attempt f1e8e76b38cc15de09fc08650c66d806f038b561d2399d31cccb73bd477bb4b2
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (383,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,606 531,606 0000000000000000001cf25bfa28205af736cc3519a1af114f2fde7440ee6c09 1,751 1.00/1.00 vMB 5
531,605 531,605 0000000000000000002d63f6394de733407d02f539a829ee66e8159d6392aeb5 2,252 1.00/1.00 vMB 27
531,604 531,604 00000000000000000026c3c3d8fed793734656c9d3c822f45f479deda37bdb52 2,308 1.00/1.00 vMB 5
531,603 531,603 000000000000000000270f4a537839f9f8b677751d9862be55899a0eb1001052 2,670 1.00/1.00 vMB 36
531,602 531,602 0000000000000000002a27434ea9d496e1439fcff50ff5be63df4a5e381ab339 2,029 1.00/1.00 vMB 10
531,601 531,601 000000000000000000051197f2b69651a7a817ff44f4fc7843e0d408ab0b7138 2,731 1.00/1.00 vMB 13
531,600 531,600 000000000000000000164d34d4bf3367c50940d7acf3037a598fb3a59293f3e0 2,397 1.00/1.00 vMB 18
531,599 531,599 000000000000000000243d6e3ccccd3740fb537c6f4e45eac9fe092287c0bf38 1,940 1.00/1.00 vMB 9
531,598 531,598 000000000000000000223bc33c2f6e7443569f31ecd36cd8938992ec80f89d3a 3,011 1.00/1.00 vMB 33
531,597 531,597 0000000000000000002cd2da7669bf275ceeeb8834ce5e9115093de0e5a81576 2,183 1.00/1.00 vMB 39
531,596 531,596 0000000000000000002a2ebef0796fb1bfd80250caa12f4db38c2381a5ce4ee5 3,099 1.00/1.00 vMB 34
531,595 531,595 000000000000000000084b32d266e4a728eac41e46e36891712e31ccf78d0485 3,824 1.00/1.00 vMB 11
531,594 531,594 00000000000000000030268066c043ba7da26a6a0229811cfcd5c76b3a1970a2 2,255 1.00/1.00 vMB 55
531,593 531,593 000000000000000000075a3f603964a86a2ee0d8a85cad8b56acf38ba82db323 150 1.00/1.00 vMB 1
531,592 531,592 000000000000000000122e8998f8c62a4fabd2570c6883084e739ddf7a5c1997 1,982 1.00/1.00 vMB 16
531,591 531,591 000000000000000000113f079049f3ed004c129d48a1bf934ec99d1a9899f9de 964 1.00/1.00 vMB 11
531,590 531,590 0000000000000000001e35da94fc94da84129ae786315501f4ac45bdbb1ae9e0 779 1.00/1.00 vMB 5
531,589 531,589 00000000000000000008ad789a3fff77fcc5e06d9be719cdfa7a82a351da21cb 1,227 1.00/1.00 vMB 8
531,588 531,588 000000000000000000211be4466e8f176545984ac92acddfe355dfeb3e2c5bfb 1,632 1.00/1.00 vMB 13
531,587 531,587 0000000000000000000f9adb60c54f824232bf66add15b62a059b0c4733f96cb 109 1.00/1.00 vMB 1
531,586 531,586 000000000000000000200d8c4b177d629a1fd5ee9ee2910c46b138c8472c6960 1,642 0.99/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.