Loading Tool

Explorer IconExplorer

Memory Pool

78,501 transactions
29.25 vMB
0.10480470 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt 208d129e8878d7303bb22bb9391cff94dcf6c8a42221057a1904de5a95c7dc2e
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root a4cf6a7cf4eb277d99690f2a3b937c61cc3b80d4fdfa1d7c2808d006bf33be6a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,364
Size: 1.00 vMB
Total Fees: 0.02886604 BTC
Feerates: 144.91 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (372,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,009 543,009 00000000000000000006e660c77cb1f7f9723bbcd598ecb1cbd746fe0259f26f 50 0.02/1.00 vMB 6
543,008 543,008 00000000000000000025d3dbc37c0b7b087c4d105b260882060c773ab7e8259f 2,389 0.84/1.00 vMB 5
543,007 543,007 0000000000000000000d17e8451a9d91c19c36ca2b149587b49f0a5279ed31e7 1,956 1.00/1.00 vMB 9
543,006 543,006 0000000000000000000e7ded4b8bf0c4dcf8dd4390d100c15653c1900d3feff1 1,404 1.00/1.00 vMB 22
543,005 543,005 000000000000000000223253ce5d61c4626e54c19d3eb0da363bd367d0c127f5 326 0.19/1.00 vMB 13
543,004 543,004 00000000000000000007b6391e9dd9e793e37e2cd563847c538eb0cab12448e9 994 0.46/1.00 vMB 33
543,003 543,003 0000000000000000000713e2ddab37d879acac4fe7f315738960d19e7d52fd91 2,217 1.00/1.00 vMB 9
543,002 543,002 00000000000000000014d9fc9fe884b3a589b4ce7ae8fe4a2ea8cf625469cec9 1,892 1.00/1.00 vMB 5
543,001 543,001 00000000000000000009d62db202bbc23d23355a75add91bbf52af82c0cbf219 1,105 0.36/1.00 vMB 39
543,000 543,000 0000000000000000000baef3f32e3676a92c3b2e5da21b426e4f302fc371ce76 1,538 1.00/1.00 vMB 14
542,999 542,999 00000000000000000004ffacab907a6b429b9a5745fa0b75af4234bf69dd7176 1,215 1.00/1.00 vMB 23
542,998 542,998 00000000000000000017f5eb5941039fbcee6240d03bc1f2f8e35350df66a1d8 1,418 0.75/1.00 vMB 13
542,997 542,997 0000000000000000001f76057863aec43deb6fa401d9628bb513d65a8098bfab 1,784 0.65/1.00 vMB 18
542,996 542,996 0000000000000000001cda96e906b7601b7a6fb1a3b62bca570a9e5d8f4b3de1 2,271 0.89/1.00 vMB 15
542,995 542,995 0000000000000000001e0dab787dd257d1dbfcb92a98c2207d5e1078be1f4165 1,330 0.48/1.00 vMB 19
542,994 542,994 0000000000000000001f0ddff1eddb255c1121bcd4da4f1bc9a0da00cae72433 901 0.45/1.00 vMB 12
542,993 542,993 0000000000000000000e13cef7c366c0283d82e591d1acd082e914b08063cdf1 2,349 1.00/1.00 vMB 11
542,992 542,992 000000000000000000205f8b0775d31398ef75b89a5e8ec8d2c57b4dc0ac4c20 169 0.09/1.00 vMB 29
542,991 542,991 00000000000000000018f53835495a110e01622372bf6ae95dc86f2b0ab887b0 1,119 0.42/1.00 vMB 13
542,990 542,990 00000000000000000024a2167bbff67b0be802c0b01cdd79e6331c2be6459f87 907 0.45/1.00 vMB 24
542,989 542,989 0000000000000000000dcc0f55137456b1a82d3642486a52398922ac4d620174 1,238 0.61/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.