Loading Tool

Explorer IconExplorer

Memory Pool

50,081 transactions
28.78 vMB
0.07318786 BTC
Random Selection Loading Transactions
Max Size: 153.75/200 MB

Candidate Block

Mining Attempt 8ede322472705879f7bf6939ed39f6bc5db8c696bc7cb569cfb74043949ef220
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 55ffff743230bb6acb3f7c5a742295bcc7a1cf3145ce5b09df9142c637a530f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.01059591 BTC
Feerates: 14.07 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (472,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,932 441,932 0000000000000000037dfbb80a53e4b65baf34ed3806a003b8f9e8dcfc31c61f 2,783 1.00/1.00 vMB 76
441,931 441,931 000000000000000003d2248b361a013bf6013dac0602dc2876b244bc2d5304b9 1,355 1.00/1.00 vMB 38
441,930 441,930 000000000000000000bbb38c1061125d1062f2c04bb0a83c7312da360aa709c5 1,765 1.00/1.00 vMB 47
441,929 441,929 000000000000000002d6487ba474b0f36747814a2c667e97f4d8fe430b640fbe 2,358 1.00/1.00 vMB 86
441,928 441,928 000000000000000000d9775f1a746a6440caa2cfbb5f5dbd05ee333e3852c339 2,762 1.00/1.00 vMB 83
441,927 441,927 0000000000000000039dbb85f9031eff8db16689fda951a5b18743cdefec48b8 1,844 1.00/1.00 vMB 41
441,926 441,926 000000000000000000e4e064c38bba3f9e64a8697ac748c0380ef5e58629ce1f 2,569 1.00/1.00 vMB 98
441,925 441,925 0000000000000000030b698bef5bf2b2c12b6839876e26c34895fdc759b0b33a 2,187 1.00/1.00 vMB 56
441,924 441,924 00000000000000000148a80a8f117478471566fa81fbc0561269acad431ece79 1,455 1.00/1.00 vMB 57
441,923 441,923 000000000000000001718fa94cd6d4e90cd2afdadd07441c5fb6ee055685daa9 1,665 1.00/1.00 vMB 47
441,922 441,922 0000000000000000032bfd23964f14e0c4e7f678226b4f7d56f8b577f3e20cc9 1,589 1.00/1.00 vMB 75
441,921 441,921 0000000000000000028c24159b8db422e71b2f5b7e27927746130b630c8200c8 2,290 1.00/1.00 vMB 80
441,920 441,920 00000000000000000320841b7f8f2f1f7568757e4126a0780875caf7ea4b820c 1,418 1.00/1.00 vMB 62
441,919 441,919 0000000000000000030214612d884d0f8f90fc3990ea07cd6bb8eecb3be10271 2,512 1.00/1.00 vMB 66
441,918 441,918 000000000000000003404b90b1c26bd1d07d96e1c8ba3b5b65188517722fb0b4 2,472 1.00/1.00 vMB 71
441,917 441,917 00000000000000000289ef3a62a2e1ef7b0d853df4d26fcef7a0bad88efdca22 2,322 1.00/1.00 vMB 73
441,916 441,916 000000000000000003d0feb0b0482b121b718e84a5d6510b0b29712ae8424df5 2,343 1.00/1.00 vMB 82
441,915 441,915 0000000000000000000298785ea57115b8f9bf243145ab6c7f9b5af2e1c155ea 1,091 1.00/1.00 vMB 99
441,914 441,914 00000000000000000238428eed141719d8c288efc1e0a604046cc405de7b2961 841 1.00/1.00 vMB 95
441,913 441,913 0000000000000000023319e967f552e1cbbdf37006b3138f8aef0797fe152e9d 1,015 1.00/1.00 vMB 102
441,912 441,912 000000000000000001f83413c3a8936ae6397e7ecadcb47c6e1494b713b18025 2,122 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.