Loading Tool

Explorer IconExplorer

Memory Pool

35,804 transactions
26.00 vMB
0.06633992 BTC
Random Selection Loading Transactions
Max Size: 132.47/200 MB

Candidate Block

Mining Attempt de50ca10b9b2e10893960ff9c2ba6c8c865fcd057da49797c2f3a05eb22036e3
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 3b78128bf242e142c47350cc026edf8020b97fffd36eb38f0d1bfa650892dc06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.01840771 BTC
Feerates: 120.00 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (352,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,961 561,961 0000000000000000000e64331008e9d6033f8cf07a488e907c465633430c7bab 2,607 1.00/1.00 vMB 6
561,960 561,960 00000000000000000009300c846eac568b868912cc59da818330142b1fd1f849 3,381 1.00/1.00 vMB 14
561,959 561,959 00000000000000000007f6c2fd9691160beca252b296f32e592ee94c2427df64 2,751 1.00/1.00 vMB 28
561,958 561,958 0000000000000000000e95da96a47240f721b93ea2f70dbc2f411947208be110 1,257 0.74/1.00 vMB 8
561,957 561,957 0000000000000000002dbef8ce0ea7bbab4cf089cbf211885ffb4192e75b4c4b 1,309 0.60/1.00 vMB 4
561,956 561,956 0000000000000000000dffe7fa973c42926faa0456f4ca023cdc1b72e4d78b55 2,729 1.00/1.00 vMB 16
561,955 561,955 0000000000000000000752841601398c07bea2fe560e7d23eacaa8f92194b7d1 1,504 0.55/1.00 vMB 7
561,954 561,954 0000000000000000000a20a794e7608259004ff7e26fd0f39bd173c1c2096cf7 1,555 1.00/1.00 vMB 2
561,953 561,953 000000000000000000120564dbc11aa9ff25c6328e57c3813fbc7bf5ccc3b998 1,696 1.00/1.00 vMB 7
561,952 561,952 00000000000000000017f2d740b596e5d97d78633abe7a2c8cfc7b24a0a32f9b 2,726 1.00/1.00 vMB 8
561,951 561,951 0000000000000000000e6ba85d46a1aa80a5024c33818587be6285bb284d6f30 3,064 1.00/1.00 vMB 24
561,950 561,950 0000000000000000002ffe378fba799282c8925c0a3fe5b13ae70e4f4ddf85b8 1,207 1.00/1.00 vMB 3
561,949 561,949 000000000000000000049093d277b7fd8f6059b611bbc0b45a0886bbfa99da68 1,896 1.00/1.00 vMB 12
561,948 561,948 000000000000000000124310d01254e3d831d91beb59650e78fd08097f78b8c7 2,746 1.00/1.00 vMB 13
561,947 561,947 0000000000000000001ebe48a72a65fa850b7e3aa915eb668a75ba4485e431a5 209 0.08/1.00 vMB 10
561,946 561,946 00000000000000000007dc44fcc7467acab1ed5f1048942a45ee5bd6ac527ccf 1,331 0.64/1.00 vMB 10
561,945 561,945 00000000000000000001ebe2fc0fb24c0b4bbeddfa1813d812b43bd694e7eb1e 1,802 0.68/1.00 vMB 10
561,944 561,944 00000000000000000011f06a3d8fd9f3430cfb15cdc1b79781c60b890430bee7 1,859 0.65/1.00 vMB 12
561,943 561,943 00000000000000000007ce6d9c58eacad8ffb7a9f4e46e0cbdc5c03f1ce62a25 954 0.32/1.00 vMB 9
561,942 561,942 00000000000000000007a71c6ecd2440288c3ca7031b7e25323275e62c02cd9e 1,042 0.43/1.00 vMB 10
561,941 561,941 00000000000000000011135a415d5d0d157652098a6754af55e12d0ea9fd3604 263 0.11/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.