Loading Tool

Explorer IconExplorer

Memory Pool

52,388 transactions
29.14 vMB
0.08879719 BTC
Random Selection Loading Transactions
Max Size: 156.98/200 MB

Candidate Block

Mining Attempt 6f0c64060fdf9fd1907bc31aa364e12bfdd54a76d63d132d1f89a1178084b224
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 90e7456f02f2417891c417e111a9d005f063d6c666e3955120106899ba76d2df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.03015757 BTC
Feerates: 301.44 > 3.02 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (200,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,000 714,000 0000000000000000000184f9b9da75c3ab764438f4f3ecd766637648a3a44d0d 3,309 1.00/1.00 vMB 8
713,999 713,999 00000000000000000004c3354890fccf5684f3dda2cd2f1074877038ad87247b 3,063 1.00/1.00 vMB 7
713,998 713,998 0000000000000000000032726461a271a2026283b310b465d9d180ed06dbbbe2 2,958 1.00/1.00 vMB 18
713,997 713,997 00000000000000000001b109b54aae2640f4b0104c00ae2876bb9c5473173a3b 1,925 1.00/1.00 vMB 12
713,996 713,996 0000000000000000000926b85c290d7c7ecc1719d72d2d9f4d4ff74501a10843 2,817 1.00/1.00 vMB 15
713,995 713,995 000000000000000000053c6e0fb061e11da989f731b5f932ce7bc60d0e8b6a8d 3,399 1.00/1.00 vMB 27
713,994 713,994 00000000000000000003ae7f5f0009403db1060ae5bb61a4d378226f2991e890 2,583 1.00/1.00 vMB 8
713,993 713,993 0000000000000000000a0ade237c38abc0b51095547e7ee0195d723222b3e979 2,432 1.00/1.00 vMB 9
713,992 713,992 000000000000000000068644cbaae18caf0fc6456c9ee4f7c3e6680e6b00869a 2,385 1.00/1.00 vMB 15
713,991 713,991 000000000000000000031fe8a51e53b27ef53723a97a14ed895ee22450476e93 2,290 1.00/1.00 vMB 19
713,990 713,990 0000000000000000000460b9e0deb841c3e2036352d6a96a95a1974a7d5311d9 2,530 1.00/1.00 vMB 21
713,989 713,989 0000000000000000000135baee807b9bc749eb516f07d90b3e31133249bc1d63 2,897 1.00/1.00 vMB 35
713,988 713,988 0000000000000000000232044c328e9b712aebc0c35bb0dd5f4ecfb64c9067d4 2,526 1.00/1.00 vMB 5
713,987 713,987 00000000000000000001fde3b177d24d5892f94c5d4008bd3de9b55ffd2be4bc 2,745 1.00/1.00 vMB 16
713,986 713,986 000000000000000000011357c87760e29f846295308f9cd0d2aab68df52686e3 3,280 1.00/1.00 vMB 5
713,985 713,985 00000000000000000006cf15313bc2658abb2ca1f118a1363089fa324ff8626a 2,839 1.00/1.00 vMB 16
713,984 713,984 0000000000000000000a7964472b8329553a497f38b2f272fae4d9bf6b4a5807 2,950 1.00/1.00 vMB 19
713,983 713,983 0000000000000000000818a46ad9a01173f649df9d753f96edaa456a85e83f02 3,388 1.00/1.00 vMB 7
713,982 713,982 000000000000000000075d7890577c713966f234973dd6c533dab3e2b0bac201 2,841 1.00/1.00 vMB 8
713,981 713,981 00000000000000000006545b9f044e678c29be7c927c05b78f828c275c9fc870 2,902 1.00/1.00 vMB 11
713,980 713,980 00000000000000000002a3d1f17e2ff1e09f9b9e966eb6c608411726718f0e9a 3,180 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.02 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: 649.88 GB
    • Received: 13.23 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.