Loading Tool

Explorer IconExplorer

Memory Pool

48,041 transactions
29.17 vMB
0.06968870 BTC
Random Selection Loading Transactions
Max Size: 155.82/200 MB

Candidate Block

Mining Attempt 26b4dbc30333cc42bdea8f91880f747c0db23e554782ae1fe2bea5e0163d1e0e
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 5c4a9635072fd0bcbf150c8eb7983af6a2f823ed1c7ca4a6ddaa6c1b677422c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.01318875 BTC
Feerates: 132.00 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (200,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
713,979 713,979 000000000000000000054573abdff39553efcec2629c246d828789acf8a6c65b 2,359 1.00/1.00 vMB 12
713,978 713,978 00000000000000000007d8a85c0edb2955401254ce7c534c12868da6d4b7dfee 3,195 1.00/1.00 vMB 15
713,977 713,977 0000000000000000000600ad0e1c589aeaeae1f62ee496d1016f0cf85f8b8b5b 3,373 1.00/1.00 vMB 32
713,976 713,976 0000000000000000000b95cbaf7efeb3d3744978a1bbf26a1b08b8ac9c3c54f0 3,341 1.00/1.00 vMB 6
713,975 713,975 0000000000000000000292bb82de302b8fc25b42fdf8dbf2ff2dd73f43944dd0 1,681 1.00/1.00 vMB 22
713,974 713,974 0000000000000000000b7fa4c91de7e7d45872b4a79f9a87bce566672b3de330 2,752 1.00/1.00 vMB 10
713,973 713,973 0000000000000000000328cc9b4431f5d87e423801f03813e484dd898dea540e 1,851 1.00/1.00 vMB 10
713,972 713,972 00000000000000000004252fa7c17c6adb5b43207d474863fb347149845c28aa 2,601 1.00/1.00 vMB 12
713,971 713,971 0000000000000000000aae62a3b8d78c18f106e4dc2c784cc91e5c353d451c43 3,167 1.00/1.00 vMB 6
713,970 713,970 000000000000000000033d78cd12bf93358cb0412cc402709ba08443935c101c 3,413 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.47 GB
    • Received: 13.58 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.