Loading Tool

Explorer IconExplorer

Memory Pool

78,411 transactions
29.08 vMB
0.11596144 BTC
Random Selection Loading Transactions
Max Size: 175.44/200 MB

Candidate Block

Mining Attempt f33af59fd4e599bfae6654fccde9fd03c6838a0b5201e5e854f926e0d4df44c2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root e56f8b8770583a134a42427d2bddf4a477e3ec41c04985a8e427e5961e162641
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.04156208 BTC
Feerates: 150.80 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (372,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
542,988 542,988 000000000000000000022b45ed06c6f4ccd3cf7fb5ba4856ebd2e58215665228 1,188 0.56/1.00 vMB 16
542,987 542,987 00000000000000000006a086ffc4992fec4fdb6c354f59658b952d33eb337cbd 2,297 0.91/1.00 vMB 5
542,986 542,986 0000000000000000001b3eaaee87cc6dc78a5fb25f992995081378b866de6011 1 0.00/1.00 vMB 0
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.76 GB
    • Received: 17.21 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.