Loading Tool

Explorer IconExplorer

Memory Pool

44,023 transactions
27.20 vMB
0.08792043 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt e625ebe4c9e4f5341c8e1cbce74dc8c07dc756e98b2aa4e3fffeb613bf8edf93
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 7cfbf96a75e6502c94af83a0437ceeadf0329fc5bb37f10dd00e07dae74ea9af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.03486256 BTC
Feerates: 150.93 > 3.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (292,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,860 622,860 0000000000000000000f73fed2329905cd07ae58e9afc455b51f663b55dbbb8a 1,998 0.68/1.00 vMB 34
622,859 622,859 0000000000000000000d2432b8fc784e388d7520d474fc54bef4c26a0e1f6bef 667 0.22/1.00 vMB 30
622,858 622,858 0000000000000000000875a6316305904149471387152ec541b95b77313715cc 154 0.08/1.00 vMB 42
622,857 622,857 0000000000000000000eb37fbb450abd0dfaf7910ca656a5770a6f78002f5e24 936 0.34/1.00 vMB 36
622,856 622,856 0000000000000000000e8ba75d250cc28b47ab3daf4b8747d5954867c47af96f 744 0.55/1.00 vMB 22
622,855 622,855 00000000000000000001d1f0d0bb887cc9ab2242a8eb850609705bfee12d4d3e 2,971 1.00/1.00 vMB 20
622,854 622,854 0000000000000000000e297af5f6223d956e0dea5b4346f16b1ba8ffde1259d3 1,893 1.00/1.00 vMB 29
622,853 622,853 0000000000000000000e6d2599f4746da6f027b3641686e1c0f9a8211d13ad76 2,509 1.00/1.00 vMB 59
622,852 622,852 00000000000000000004f29487baaf8388c7cbba66c49e07524a3d473e2f0376 236 0.10/1.00 vMB 45
622,851 622,851 000000000000000000006fccdff47f72eb8d0cea482ff35f15a7bdd4cb65212a 35 0.01/1.00 vMB 25
622,850 622,850 0000000000000000000072e8dae16449830ebf610d35a6caaf385e6a80e527e8 1,503 0.65/1.00 vMB 36
622,849 622,849 0000000000000000000269e742b8c16e5aa612ca957358d44263258f4629931f 1,548 0.67/1.00 vMB 6
622,848 622,848 0000000000000000000ddcb50574ddc4fff91c3ec59009e425641c97c2a5b69a 2,492 1.00/1.00 vMB 27
622,847 622,847 00000000000000000000c3765457d0e75a3a7e65fb6537578ed61b0b36bb188e 2,196 1.00/1.00 vMB 8
622,846 622,846 0000000000000000000b5c39e7d520dde91f91f371682b9936757d70652286b4 2,568 1.00/1.00 vMB 56
622,845 622,845 000000000000000000101aeca4dddc99f90cfdbcb1d00e91f7d96ec488cccef8 2,536 1.00/1.00 vMB 24
622,844 622,844 0000000000000000000465cb89d7d574592924ebe6675ba205de6db9d4b53994 2,403 1.00/1.00 vMB 51
622,843 622,843 00000000000000000006b44a9f08adf434a3c1c95b08cc831ea64d04f4f7c785 2,874 1.00/1.00 vMB 61
622,842 622,842 0000000000000000000f67e28aae5264b592323fa1a8b8c4e9a624c70c92abd4 2,620 1.00/1.00 vMB 41
622,841 622,841 0000000000000000000b834617a7beb7eadad8bf0325f98e8c5a410a5355ca0f 2,260 1.00/1.00 vMB 23
622,840 622,840 0000000000000000000f5540f08e0b333d7c3f47a338c8810540b061fdcd0b22 2,648 1.00/1.00 vMB 36
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.28 GB
    • Received: 13.86 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.