Loading Tool

Explorer IconExplorer

Memory Pool

80,265 transactions
29.65 vMB
0.06808931 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt 039dc17e7e2d3503b2f8073ce4b65c68778a2e82ada258d0242c993a73b91db3
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 30268a00fe1ef4f10609507d90719b3f5a7b068d9cdcfa8698063c6053417ab6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00778266 BTC
Feerates: 73.20 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (358,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,896 556,896 00000000000000000025d24e9fe60e3c7bcd31b30455540514eb6fa5eca39d99 2,154 0.88/1.00 vMB 9
556,895 556,895 0000000000000000001b92245c36443324eee5a3c7b31aed950d6267ebb9254a 851 0.27/1.00 vMB 11
556,894 556,894 00000000000000000003f0f3790c646777d208eb69fcfdfc91bc85073bb0bc1b 1,324 0.85/1.00 vMB 3
556,893 556,893 0000000000000000001e489f40405cf5adeed6a5e9ca5d146fd8cf6a8ccd4893 3,075 1.00/1.00 vMB 13
556,892 556,892 0000000000000000000473b1d4d942be19a53e55c20f41c3d91ef05d7f729114 3,123 1.00/1.00 vMB 16
556,891 556,891 000000000000000000042e5173c95257d335a2d47b3fb2376f7afc02fb23b5b9 496 0.25/1.00 vMB 5
556,890 556,890 0000000000000000002225ed27e5996ffa4a882e2e7e4ecfca8c91b2c6d2e1d0 1,795 1.00/1.00 vMB 8
556,889 556,889 00000000000000000024c163956a7d4b31b2932e31280b96df0706e171fb473e 2,468 1.00/1.00 vMB 7
556,888 556,888 00000000000000000026cde1507f4c90e40c5107fc85086c8bf3b3fdf46609ee 3,083 1.00/1.00 vMB 26
556,887 556,887 0000000000000000001f3258c8764c0c02a0445d590ca2fd07f82080aa466e9c 1,778 1.00/1.00 vMB 2
556,886 556,886 000000000000000000045cb51560f619f5e5715878459da6decff20e10205780 1,639 1.00/1.00 vMB 13
556,885 556,885 00000000000000000001fb79af3ff38c5af812cf4e06f0ec494dd17926ac6fe3 2,582 1.00/1.00 vMB 8
556,884 556,884 0000000000000000002f5ac54524e1ad126331066671834bdb32bea237d42cd3 3,002 1.00/1.00 vMB 30
556,883 556,883 0000000000000000001eae9f37d40d9e849972c53d3712a2e351af0606548a7a 2,064 0.69/1.00 vMB 12
556,882 556,882 000000000000000000121bd73180c30c9f3a7b064b537052d699ebad6608062d 347 0.11/1.00 vMB 16
556,881 556,881 0000000000000000000d22a70016b1d8fe9c2222d177d8fb4e244e9219e6ee7a 1,680 0.58/1.00 vMB 14
556,880 556,880 00000000000000000009bbb12ca1727ed0f6b79c2afc474978b4905f3d1dab7e 1,480 0.63/1.00 vMB 11
556,879 556,879 0000000000000000002dbb2125961e410ca4dc6719468179ea7f858bfa803353 2,815 1.00/1.00 vMB 10
556,878 556,878 0000000000000000000b9d191df4d070beb40c03ecc38ae10cc1e017e8549c22 3,080 1.00/1.00 vMB 19
556,877 556,877 0000000000000000001146da94f8ad7a9ef90ac62b96704d1319ad0ee4b2269d 2,789 1.00/1.00 vMB 9
556,876 556,876 000000000000000000092817c4c4e9a6b7aa7050d64ea2bfd6749293a9a89510 3,139 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.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.