Loading Tool

Explorer IconExplorer

Memory Pool

42,815 transactions
27.90 vMB
0.06110048 BTC
Random Selection Loading Transactions
Max Size: 147.09/200 MB

Candidate Block

Mining Attempt 4edf2a7f74624f2b58a94aeeb47c0fa60799eea16c66f3bc8c5028cbc91d2e31
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root fbe8fff74f83dd31f0f79c18b1e23285cfe0bc943e0f969e7e609c95a8913c16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.00872539 BTC
Feerates: 84.58 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (456,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,060 458,060 000000000000000001aaff487ead7a8fb1d30da4f83b7f8ebfd10e1733be604f 1,422 1.00/1.00 vMB 233
458,059 458,059 00000000000000000061d9078b6c9fff80384fa0b8ee51172febaecc479414e9 534 1.00/1.00 vMB 223
458,058 458,058 0000000000000000004ca539bced3a5c31643fba5e9f41fae9aeb8b0415def91 1,492 1.00/1.00 vMB 251
458,057 458,057 000000000000000001e4efdef9f13c7fda9e6d2f9697a4101281c5637a53729a 1,103 1.00/1.00 vMB 121
458,056 458,056 0000000000000000021c91e7cf4803265b549ae00973b922ca6344947c6e422a 1,291 1.00/1.00 vMB 158
458,055 458,055 000000000000000001fe3a642f23da7564b01aa34fe1c4d5e565bbf9f9140083 1,879 1.00/1.00 vMB 161
458,054 458,054 0000000000000000019bd1d02583836fc49dcb46f76204ec59724910bf0b5745 2,190 1.00/1.00 vMB 190
458,053 458,053 00000000000000000056665a14b36b70f786317a0c60c89eaad6c1bb57aaf6ae 2,273 1.00/1.00 vMB 178
458,052 458,052 00000000000000000195c9fee72a0d8252fead1770f650b369cda7728c5980a1 1,715 1.00/1.00 vMB 246
458,051 458,051 0000000000000000016feb01737ae99689d118d09405f6e934d3c0594d3e1258 888 0.33/1.00 vMB 185
458,050 458,050 0000000000000000009fa1e1016042e25f6cce82ab0deba09601bf91924d2b86 354 0.14/1.00 vMB 256
458,049 458,049 00000000000000000154a94b38b4edbf2ec82e0abba6c069ce841fa1e89096ff 1,385 0.84/1.00 vMB 124
458,048 458,048 0000000000000000017646c8afea006594afc3f5cc0d8ef87c4515135b5e57cf 2,642 1.00/1.00 vMB 214
458,047 458,047 0000000000000000008df5708423a3949da5442446cb14d292a35e3d78954d11 1,137 1.00/1.00 vMB 67
458,046 458,046 000000000000000000f9667a018bcc644dba365aa42c67d2e09fc9b582579e60 1,807 0.93/1.00 vMB 145
458,045 458,045 000000000000000001d2886af1fcfc49213ff3ac844b30027c5cc6dd63a9cebc 2,048 1.00/1.00 vMB 146
458,044 458,044 000000000000000000ba507cf5099f29c5aeae212fef4a031e931c95adf19a7b 930 0.41/1.00 vMB 201
458,043 458,043 0000000000000000021ebb81f0422ed4a1090b15a5ac0dafd0ec141815c243b0 688 0.62/1.00 vMB 66
458,042 458,042 00000000000000000113c6c3febb7887175e597ef30f1ad7481721292ca89c76 1,320 1.00/1.00 vMB 100
458,041 458,041 0000000000000000024c9c8d3ecf332c34c272a14ded6047b39884343f35e7c2 1 0.00/1.00 vMB 0
458,040 458,040 000000000000000001b42cb4693b3b454b0667d0bd43500318fb82b2bf6cc05d 1,777 0.92/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.