Loading Tool

Explorer IconExplorer

Memory Pool

56,371 transactions
32.09 vMB
0.18090503 BTC
Random Selection Loading Transactions
Max Size: 172.77/200 MB

Candidate Block

Mining Attempt 52a8691568ffb180249ab2ff948f5313f98e5f3eb86d5e4c967e953da5f18675
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 7753ae54ba9a8088d503bc949131985c3c3885ce487d26f6bacfcc47cedae9d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.07162385 BTC
Feerates: 465.21 > 7.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (497,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,883 416,883 00000000000000000587696606df1e59583cf0cd29c9bff283b99c2ec349d91d 2,710 1.00/1.00 vMB 60
416,882 416,882 000000000000000000e33409563211acaf5cf4b39895e6ac396e30bf64bfd25b 3,118 1.00/1.00 vMB 103
416,881 416,881 000000000000000003ad339f194c37ca9bf9e3ad1dca72dcb85c5f417cbdd75b 2,398 1.00/1.00 vMB 90
416,880 416,880 0000000000000000011afdd9d42f5f59e5b434b54095b2ba181599d32263e65a 2,713 1.00/1.00 vMB 105
416,879 416,879 0000000000000000026a5a3799c5641dbca061a58ebb082515e140576fc7be62 1,352 1.00/1.00 vMB 42
416,878 416,878 00000000000000000035c01ec92297900f658a7af39210bfcfbc74bce739ffd2 2,629 1.00/1.00 vMB 80
416,877 416,877 00000000000000000155e41500d6278b9d83b53a60b25f96d18772ad66597b17 2,118 0.93/1.00 vMB 63
416,876 416,876 000000000000000004ea1c705c8c1460bbace3d98de19e969d429695d567d242 499 1.00/1.00 vMB 19
416,875 416,875 0000000000000000042de641dbb1b6ecd2b400234bcf0503cd2aa7f165b60001 1,082 1.00/1.00 vMB 35
416,874 416,874 00000000000000000532617c0001f3471b6e9748957e8a35e2c2898a64bfe182 27 0.01/1.00 vMB 149
416,873 416,873 00000000000000000544ca5f5b9df1f4fd08da883dfe5492898d2e58aea1672e 985 1.00/1.00 vMB 30
416,872 416,872 000000000000000004bc5b43fc17f7e51618a6a50921b1ef6c91e6788c83cc22 509 0.99/1.00 vMB 16
416,871 416,871 0000000000000000011780f57bb70b3ea9e7fc0697d53ae152fac4dbcb4657ba 969 1.00/1.00 vMB 32
416,870 416,870 0000000000000000026bac8b0dd3b72cc86c0d9e0d59ec7c4007af833076de61 1,884 1.00/1.00 vMB 37
416,869 416,869 0000000000000000020343df987297707e5c93d1e2478dbcb1c2e1fcd4312b3f 2,792 1.00/1.00 vMB 68
416,868 416,868 000000000000000002b74f0181d46a9e7f97518a9f50dfc7632b43d2959008a1 2,249 0.75/1.00 vMB 93
416,867 416,867 000000000000000003f1b1aa9f2b966dc87d8f65d5548adb59377b8b967a72f1 602 1.00/1.00 vMB 21
416,866 416,866 0000000000000000007d2c4919d3f22e31e6a27d3aa399a543839f2c47e0cf0d 669 1.00/1.00 vMB 21
416,865 416,865 0000000000000000025d3ca66254f8edd5392eec846cf0325f7338ea81d5249c 500 1.00/1.00 vMB 18
416,864 416,864 0000000000000000010c1c8231eb3546b0575dc24f8b29c57be9f1c6bba640e5 350 1.00/1.00 vMB 11
416,863 416,863 000000000000000004e331e77a2ccc092e91d4f282a1cb31dcc6e6c91c17692c 1,313 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.