Loading Tool

Explorer IconExplorer

Memory Pool

46,318 transactions
28.87 vMB
0.14370328 BTC
Random Selection Loading Transactions
Max Size: 152.79/200 MB

Candidate Block

Mining Attempt a5455fc50d3d0d532194ecd08cb6849969d4bd280f740625e64a8028afc0b986
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 1ebac39bfb17bbc646a49dbe74b19f901d7ea9c5b420edc02478bc2519f4639d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.08134136 BTC
Feerates: 15,654.48 > 8.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (383,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,671 531,671 000000000000000000013a5ecae00c62c0367924dfdfc3709c6321d31254714b 137 1.00/1.00 vMB 1
531,670 531,670 0000000000000000000e423423f788a02a9e4b9f21df1555046b61d414305eaf 1,663 1.00/1.00 vMB 10
531,669 531,669 0000000000000000000587a8617d88065e494e3d9ea9376d4ad01b9d61922a05 496 1.00/1.00 vMB 4
531,668 531,668 0000000000000000000671ba7783b78c4db67087f97f2325e870a0f7a7ccb6ee 1,612 1.00/1.00 vMB 16
531,667 531,667 00000000000000000022159f5f1510703c6de0a30e6e804e229bb66607e66ceb 309 0.16/1.00 vMB 29
531,666 531,666 000000000000000000192f4e211a617bf97e6d1b559a5b0bf45a893c7a3e495b 1,152 1.00/1.00 vMB 9
531,665 531,665 0000000000000000002a17c17de772d2df6d8db04cfeaa0d37d8ba24e4a38992 2,873 1.00/1.00 vMB 19
531,664 531,664 0000000000000000002859abef17dcb72be5a1f9a38c7b4ef5aa9a83a8e71c9f 694 1.00/1.00 vMB 5
531,663 531,663 00000000000000000029d343ce9fe5a3203f25576bb597a24f87cbcf9d4cb727 281 1.00/1.00 vMB 2
531,662 531,662 00000000000000000020552d7a3550bdac470fb7697f4ca537c66ddba90dae18 2,093 1.00/1.00 vMB 16
531,661 531,661 0000000000000000002bd95a0c38af614c9b3dac75b70a94b9788f7aa7f9822b 1,208 1.00/1.00 vMB 8
531,660 531,660 0000000000000000000ba7c698a7a36decb4729c921f9fd2fe029b4550d1cb6a 1,860 1.00/1.00 vMB 11
531,659 531,659 0000000000000000001ec6511c5d871e39e1a4159a21804e2bf39bf0dd1f8515 1,016 1.00/1.00 vMB 9
531,658 531,658 0000000000000000002ac20d8f318412d91bac0412de5b92f9c21353eedc30dc 641 1.00/1.00 vMB 4
531,657 531,657 0000000000000000000ff45cf73e9b1dc6a1b7739d7588cb7511289998ab6e0b 2,801 1.00/1.00 vMB 16
531,656 531,656 0000000000000000002face92073e7b1dbcb02df32ea891b187a6c10b37dc8ad 2,562 1.00/1.00 vMB 24
531,655 531,655 000000000000000000295cf501028168ceab581d4ec9449ed0463994e6b76306 298 0.10/1.00 vMB 19
531,654 531,654 0000000000000000000e98998d62872b65bfa241e2e69c732ac66fa1fb4c5b64 2,783 1.00/1.00 vMB 24
531,653 531,653 00000000000000000021b7736cd93e2d7e824350bc33a81b8d8d7bfc1c195604 155 1.00/1.00 vMB 1
531,652 531,652 0000000000000000001f5862b5ccca1209e1b4aa705031562dd5f22c9c21a9c1 1,164 1.00/1.00 vMB 7
531,651 531,651 0000000000000000002ff46f0d1a8e00487f455e836a2e3daa63f285c72c80d2 1,776 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.