Loading Tool

Explorer IconExplorer

Memory Pool

79,410 transactions
29.90 vMB
0.08041471 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt d7ef5c1d73338573986375a5af73c997574044fb864c832a9b8f5e7fef7e1107
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 8b749ec71edfb4f1161f914e71cbf1bd8e0148de07e5b8ff60475aec84fe1230
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,904
Size: 1.00 vMB
Total Fees: 0.01696748 BTC
Feerates: 150.45 > 1.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (217,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,884 697,884 0000000000000000000bc55d16cefdf4aaf72d1f2aea185d556b1d7d1384334f 1,399 1.00/1.00 vMB 3
697,883 697,883 00000000000000000006263a3af036e6af9e083796166f22277f1ce9560f1acf 1,232 1.00/1.00 vMB 3
697,882 697,882 0000000000000000000fe101d656123e753ccc941f98e23b2a2caf31473e7374 4,209 1.00/1.00 vMB 3
697,881 697,881 0000000000000000000268fb4ad93c1e5131a3dc7b1fabffca5f2d3a2c3d6404 3,118 1.00/1.00 vMB 3
697,880 697,880 0000000000000000000a35834f49a2d4cb330b14593c249ee1c5089cb2cff5c5 2,214 1.00/1.00 vMB 13
697,879 697,879 00000000000000000008fc5f86d05bc95391065a8c0c9933f0672ee5f49aea8d 741 1.00/1.00 vMB 6
697,878 697,878 0000000000000000000c2ff9011280e916ddff14daa9e4a5f05a42a779e06541 2,420 1.00/1.00 vMB 18
697,877 697,877 0000000000000000000a5d3474cd527650f520276c86984aee8d8f0bc1bed5ae 1,390 1.00/1.00 vMB 7
697,876 697,876 00000000000000000003888bfd247798a568940d73866ddd19c5aa999c1fa6d8 2,488 1.00/1.00 vMB 13
697,875 697,875 0000000000000000000aefb84951d0246a6660121754a1e4975a424951743fa7 2,225 1.00/1.00 vMB 10
697,874 697,874 00000000000000000004ff7182a281a9575df91fbe1ce6ce115991a04eb15636 3,299 1.00/1.00 vMB 4
697,873 697,873 000000000000000000018bbdb0eeb5508d37444377a410a76e964b7094b2f876 3,006 1.00/1.00 vMB 14
697,872 697,872 0000000000000000000e4a4be2fb7b39434a3f270ac6661d7dd18f28a9c7d065 2,731 1.00/1.00 vMB 19
697,871 697,871 000000000000000000048df81742ce708624defc5fec9cab6af7fa264e1859f3 3,777 1.00/1.00 vMB 4
697,870 697,870 0000000000000000000f8190d57f0edb89a9cbf52da52bfac653991f89fe01aa 3,161 1.00/1.00 vMB 8
697,869 697,869 0000000000000000000c9b03fe4c4429ce2774ef6d4a695043c3288e9dbac8c4 2,713 1.00/1.00 vMB 16
697,868 697,868 0000000000000000000042024f415e2095a710efd86cc85332abc80ee37f594c 2,460 1.00/1.00 vMB 28
697,867 697,867 0000000000000000000953a15e44d4551a14b0cf9d6c0ebd02bbc80f7d8e21fd 2,868 1.00/1.00 vMB 4
697,866 697,866 0000000000000000000349995b194351d38ffc9c7a5f4ee36a3a04a29eb60350 3,357 1.00/1.00 vMB 6
697,865 697,865 00000000000000000004848679ac2c33986d9f779751f5657d20355e848fbe2c 2,592 1.00/1.00 vMB 24
697,864 697,864 000000000000000000067673dd035e71c7449cc3ab725c53b619c9cf21225129 2,735 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.69 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: 687.35 GB
    • Received: 16.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.