Loading Tool

Explorer IconExplorer

Memory Pool

31,141 transactions
25.07 vMB
0.05931050 BTC
Random Selection Loading Transactions
Max Size: 125.17/200 MB

Candidate Block

Mining Attempt 4bc42f8e34d2bbf97377fea1e0fafe192355acb646fd433737b7a73bac92e599
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 939bc901565fe03a5d4152cafb09017129cff422646e96c8341353639f8c0a7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.01438713 BTC
Feerates: 100.24 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (203,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,056 711,056 00000000000000000009096e2e41e19972597d32be52937d5a5677b3422b4063 1,523 1.00/1.00 vMB 8
711,055 711,055 0000000000000000000b847a28a82bfd9716c5694d288827dba9b92f305a15ee 1,673 1.00/1.00 vMB 11
711,054 711,054 00000000000000000006c0fffa63d4d26a9c65dbd805fef807c87a5a2d7c59c8 732 0.29/1.00 vMB 12
711,053 711,053 0000000000000000000c4c5ce228c2f440ab7f8fc8fcf700f08294a122a58dec 803 0.57/1.00 vMB 11
711,052 711,052 00000000000000000004455c2d4337e7beaabded91bb5ac48837b9e34bd5c35f 655 0.56/1.00 vMB 8
711,051 711,051 000000000000000000009d0084a01d5ddb54074f43d0577e8e044b44cb8efdd5 2,271 0.98/1.00 vMB 5
711,050 711,050 0000000000000000000a245936d6702bdc6d0ed436c52db8bf962eb680c762a7 649 1.00/1.00 vMB 6
711,049 711,049 00000000000000000004a8e8577c84314c7c293c01726a354a77be147312bd33 1,121 1.00/1.00 vMB 11
711,048 711,048 00000000000000000009d0ec496938db21679cf78d023240e1b8a9aadf266d39 2,956 1.00/1.00 vMB 17
711,047 711,047 0000000000000000000545a60788f0cf4cf8876bec4adcd9f7efc83a8486c610 1,327 0.87/1.00 vMB 9
711,046 711,046 00000000000000000005da9b38fcdbcadb16d6f164df245296cc7000e0c3688f 2,674 0.95/1.00 vMB 13
711,045 711,045 00000000000000000009c7d1c23d5e73b976dbafd4c2e9a40cd50a5a9c34deba 1,469 0.87/1.00 vMB 9
711,044 711,044 0000000000000000000ace5e54c006ba4e200cf3b6c25da263f12f82b0f6c07a 1,384 0.98/1.00 vMB 1
711,043 711,043 000000000000000000048d1e229f16471a4f6f4ad692b3332df19ab6573e15b6 474 1.00/1.00 vMB 3
711,042 711,042 0000000000000000000a26cc4c45716a94e8787fdf21ff56c7d0d84549b1087b 768 1.00/1.00 vMB 3
711,041 711,041 00000000000000000002ec4c9e778b80d3ac3e8011d5c9e3d7ce032e13fa4b25 1,639 1.00/1.00 vMB 12
711,040 711,040 00000000000000000008c168a21743ecd922505e042b643837b186678c931cf4 2,081 1.00/1.00 vMB 8
711,039 711,039 00000000000000000008136fc6b8e1e7424ca6a71a70e287f8c445a278e5a439 1,464 1.00/1.00 vMB 7
711,038 711,038 00000000000000000001c507a4c6b24ba0c8ce885a95a5e0edd3988f0d6d42b2 3,326 1.00/1.00 vMB 15
711,037 711,037 0000000000000000000a83dfb87f9191040e4dabcd0db83b283bca968a94c9a3 2,408 1.00/1.00 vMB 4
711,036 711,036 00000000000000000004564a3e199e3ed2ed3cd9832fd7a2b1c70f55d1721380 2,213 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.86 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: 641.99 GB
    • Received: 12.53 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.