Loading Tool

Explorer IconExplorer

Memory Pool

55,087 transactions
32.43 vMB
0.23381580 BTC
Random Selection Loading Transactions
Max Size: 173.86/200 MB

Candidate Block

Mining Attempt 88d1edac0f8b16da9afa760f25a0d12fa5260903d15cd459e5c4b1ac3728c700
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root b27a8c3d5a49b3a999fdf43e00baaf52670151539701b85f20c28e5e19ece9a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.12353009 BTC
Feerates: 101.66 > 12.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (801,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,844 112,844 0000000000009bd4a4eb597978c56666b1300338c8bbf42f4a9bf707b5203d81 12 0.00/1.00 vMB 636
112,843 112,843 00000000000053059ea5d3c427d9496af509560118189335d9275d5dd591c0b8 1 0.00/1.00 vMB 0
112,842 112,842 0000000000001e5f1cf342b7fb0a0f2d9bf351d223da46180ada43fcc8ac1d58 25 0.01/1.00 vMB 871
112,841 112,841 000000000000ae8e20d8d072731b2b0fbb4763fc11cac64234d6b21f2ba14332 9 0.00/1.00 vMB 1,718
112,840 112,840 0000000000003aca72d3b32392aa8930573585023c79fbd4c76fc8aa8989ef46 33 0.01/1.00 vMB 570
112,839 112,839 0000000000005759c653e59d3795d153e63ac213c47153a3e98c5837a90b767b 56 0.02/1.00 vMB 430
112,838 112,838 000000000000b31d492013fcb0f4fce4c40729e49c912431b49e7332c45c09c3 1 0.00/1.00 vMB 0
112,837 112,837 0000000000010d25d2bbc432fc50d3ca6e31b82e093305fb288a084d911ba24d 10 0.00/1.00 vMB 0
112,836 112,836 00000000000098de2cb4d9c64e35954b3dc85af49dadc25b03236124628ae9bd 24 0.01/1.00 vMB 813
112,835 112,835 000000000000d5ef370cb9ba74e18975c7dcab871f45738bd576b1bf4e52023f 9 0.00/1.00 vMB 314
112,834 112,834 0000000000010a705314f4b2117f4b333a6f44c459aa1548555e0b341bcb7958 9 0.00/1.00 vMB 0
112,833 112,833 000000000001294bad2e486a8618941fd50362a23e45e652a4c342c8b3fdc671 28 0.01/1.00 vMB 667
112,832 112,832 0000000000008e615c83782b900dbfce4d9eb132d30ea04f0c0bba7e7e93c87a 4 0.00/1.00 vMB 0
112,831 112,831 000000000001015576879977271baf784e3b427168020210d92c969a35f79697 2 0.00/1.00 vMB 3,875
112,830 112,830 000000000000f33a877702dbc61d4aa93fe158396f82adb3a0f97001bcf674b9 9 0.00/1.00 vMB 399
112,829 112,829 000000000000965dd437c97ca2b47b5f726d51e384bc449a5f2568413d991e39 4 0.00/1.00 vMB 0
112,828 112,828 0000000000012684b2db6b01ffedb5ce198ac5e0d4ce3f6110c159887ea354a9 6 0.00/1.00 vMB 0
112,827 112,827 00000000000015c4f1cd3d8e1e245aa4d8c964b68988817da31c6631c20162ec 1 0.00/1.00 vMB 0
112,826 112,826 0000000000005e22ff9a0dbb8bbc25ec291bdd6d6e2d9a15313dc9ebdd7e2551 10 0.00/1.00 vMB 1,008
112,825 112,825 0000000000009f105e92b52cd75700485893612da37a4473e1cfca50abf4a354 2 0.00/1.00 vMB 3,875
112,824 112,824 000000000000d6416efd4c337058f1694cd4a806528d45c5873e1f3ed207f6d2 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.49 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.