Loading Tool

Explorer IconExplorer

Memory Pool

81,904 transactions
31.02 vMB
0.11703273 BTC
Random Selection Loading Transactions
Max Size: 185.62/200 MB

Candidate Block

Mining Attempt 743530af11bdbbbe139556d660952523154be569806ec34e3770e68daac83fe8
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 52e5d78b6e3a88920d479c044365a9469b264c86d28150c0f69b41289342fdb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,497
Size: 1.00 vMB
Total Fees: 0.03362829 BTC
Feerates: 101.42 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (546,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,250 368,250 000000000000000012844b6b97af69f3c2bfe39abf05d8473441fc3ab834d62f 348 0.43/1.00 vMB 14
368,249 368,249 00000000000000000b7a08224a1cb00d337100ba7a46c03d04b2c2d8964efc37 2,514 1.00/1.00 vMB 47
368,248 368,248 000000000000000013501054b3989886403e9b1780eca1a438ab3facddfda5bb 1,486 0.92/1.00 vMB 32
368,247 368,247 000000000000000000fa1b0dd1701c7bb3854cf3fa6b4d8eaf53d5faed873f0d 2,233 1.00/1.00 vMB 45
368,246 368,246 0000000000000000051381241a893fa1f1afd9d0f2f8ab773142a39038a0e0b5 312 0.21/1.00 vMB 30
368,245 368,245 0000000000000000043eb7a457992f81335f1115518e88893363f3e92bbf8f1f 359 0.27/1.00 vMB 28
368,244 368,244 000000000000000007913031a35b0fb22a8dd18f1627f9351699f7ccd3e6a065 1 0.00/1.00 vMB 0
368,243 368,243 00000000000000000bd3db7f33d5535c526e0c6e4d824c18826ac06f1e7934bf 1 0.00/1.00 vMB 0
368,242 368,242 00000000000000000c776b5a4885d62e0e547c3b4210cc4cc057900d0101c537 135 0.09/1.00 vMB 15
368,241 368,241 00000000000000000243f43c55028ee17bbbecd0f1d0bdadca4c2c355d024a40 1,742 0.93/1.00 vMB 40
368,240 368,240 0000000000000000108160d6e5dcd4e25aca7cb09c21faa48423612aa3502fdf 402 0.25/1.00 vMB 36
368,239 368,239 00000000000000000c4dadfc4cd3ffc71068d280ed12d38109ac892c87e8328f 738 0.52/1.00 vMB 34
368,238 368,238 000000000000000006f2a5c847cb2b951e5efc27090f5f8cb6e78ff92d8be047 329 0.24/1.00 vMB 31
368,237 368,237 0000000000000000053434500c025ec2a18287928dfcdeb0c6e06c9946f4b19c 425 0.35/1.00 vMB 36
368,236 368,236 000000000000000009f4150a555fcd7b8b1043af515bb145bac9f39d42b3fdcd 1,354 0.72/1.00 vMB 41
368,235 368,235 0000000000000000083a56bb2d81a3127ad0c962a30bcc983ee1392ed9a2ba7d 168 0.12/1.00 vMB 18
368,234 368,234 00000000000000000923582827570cd69f72d062fd189c8cffa75eb08fca8047 1,074 0.59/1.00 vMB 41
368,233 368,233 000000000000000012d6bf8ce9304d6d5c3558dde13b1a31dec82fb31f77bc7f 337 0.23/1.00 vMB 31
368,232 368,232 00000000000000000a660959e0394f9d3d6815f038b93e747bdcc915b09aa4f5 1,420 0.93/1.00 vMB 28
368,231 368,231 00000000000000000b4ddb0ff7d34500321ef749eb6ddd6770cb6bd1e167f159 1,244 0.50/1.00 vMB 48
368,230 368,230 00000000000000000bf7d57560b1814d9c5c33561a069d6f822348bc8a869201 243 0.14/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.