Loading Tool

Explorer IconExplorer

Memory Pool

13,851 transactions
3.26 vMB
0.03384002 BTC
Random Selection Loading Transactions
Max Size: 22.81/200 MB

Candidate Block

Mining Attempt ce7b1d668f63f2145c20fd023c1a45b6122fd4e3d16c5ee9eb901730322ba12c
Version 20000000
Previous Block 0000000000000000000151f4233ed9c2500e58ade2d7579780c701784c30a358
Merkle Root ff311b251a2e4ed45992f64e6a12da30881e70a1f4ce7c24b9e02e74e843be42
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.02863777 BTC
Feerates: 150.75 > 2.87 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,144 (29 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,115 938,115 000000000000000000017adf5b71cf141964e37930fbe3da58ca621d79016ab0 425 0.13/1.00 vMB 3
938,114 938,114 00000000000000000001a2b3e468566c6c896a05d6b17687a3fcd59faaefee99 2,834 1.00/1.00 vMB 3
938,113 938,113 000000000000000000011c4359793c55573c2b3ef260101e680111f4a28a02af 4,736 1.00/1.00 vMB 0
938,112 938,112 00000000000000000000b226565aaca450209f97be0b1e4e80c94fdff973ed1b 3,527 1.00/1.00 vMB 2
938,111 938,111 0000000000000000000007471515c1d5d7637c0f4cca4b7de393a113fb335c7c 2,935 1.00/1.00 vMB 3
938,110 938,110 0000000000000000000182639258082b98976c536e4ccd35158e2fc13865e13f 3,926 1.00/1.00 vMB 4
938,109 938,109 0000000000000000000014cdc627a242f709a1dc3efba7b895bf2c89e5af298e 3,817 1.00/1.00 vMB 3
938,108 938,108 00000000000000000001043de82bb753fbc2ce19172b78cef01265d71f892628 4,293 1.00/1.00 vMB 1
938,107 938,107 00000000000000000001c0f7a03114ebaaeee7d6f4f2b4c23e59e1ce9c74a7de 3,576 1.00/1.00 vMB 3
938,106 938,106 0000000000000000000056fa7f6a5c9f8deeb7f00998f02a06c06460126dd101 5,791 1.00/1.00 vMB 0
938,105 938,105 000000000000000000001ed794f17125ce2a7962010c122d3acf0bf23acd2bb2 3,368 1.00/1.00 vMB 3
938,104 938,104 000000000000000000015dd71867f5e71dbe1a5f571581045a7d03537eac3ca1 6,448 1.00/1.00 vMB 0
938,103 938,103 0000000000000000000144f3d35524b2fb638a9e7298858fbf39abd1cfc79e2e 210 0.06/1.00 vMB 3
938,102 938,102 00000000000000000001d4f86a6e2eb925150f15974ffe1f4dc1b4aa4271d589 4,048 1.00/1.00 vMB 1
938,101 938,101 00000000000000000001a0a02efaa454758e2de0b3eeb8e5ba30b1f60441d654 3,040 1.00/1.00 vMB 2
938,100 938,100 000000000000000000000c9c5c881f19821016bcd964c7ae464c9484edb14709 5,710 1.00/1.00 vMB 1
938,099 938,099 00000000000000000000188d04d98a39bcc358be6a803ac41360d4e0ed943a5f 3,645 1.00/1.00 vMB 1
938,098 938,098 00000000000000000001614e64d6daf4184d67c4125390318fe14a65d5e3841e 5,220 1.00/1.00 vMB 1
938,097 938,097 00000000000000000001dbf21473f80a24e30f017f287169ee711b3cc946970d 1,810 1.00/1.00 vMB 1
938,096 938,096 000000000000000000007ffb4c6cc9ea18fb55e39fc93311aa67d801a4409a91 3,273 1.00/1.00 vMB 3
938,095 938,095 00000000000000000001ccac2f1f49eba7028e30203a691aeca674241868c03a 6,640 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.40 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: 4,083.42 GB
    • Received: 223.64 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.