Loading Tool

Explorer IconExplorer

Memory Pool

78,707 transactions
30.02 vMB
0.08957332 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt bfd3644a8053f30d8fb1bb53b577346cd03e3fccf9aa57cd409c8551af1cade8
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (549,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,068 366,068 00000000000000000740d14d3c9c72598cd6f5ef1eacedd41e7242f6a57789ac 180 0.70/1.00 vMB 3
366,067 366,067 0000000000000000002fc9fb08914ed94e230c223f00b5f22a5ecc2c4b3c9463 481 1.00/1.00 vMB 8
366,066 366,066 000000000000000010801e2b2b58e3cb41e271f0dfe8c4a6c4e23ad81dbe39fe 564 0.28/1.00 vMB 37
366,065 366,065 0000000000000000056a7aa5dd2deddefa5935d5bd86840c88e822d1baedab9d 460 0.99/1.00 vMB 9
366,064 366,064 000000000000000009af8c75b969036a1beff4bfa0ead28d94f9c864d8bfecca 894 0.42/1.00 vMB 45
366,063 366,063 000000000000000001964c3b24413b0e4c4046bb785c53ae0438bff5990d4669 312 0.93/1.00 vMB 7
366,062 366,062 000000000000000011fa0a3fc6a9cbf4a32078635d083659c378936e276a1dbf 637 0.95/1.00 vMB 11
366,061 366,061 00000000000000000e983e751edf6ac7cc5e67b8db01d597e491beef84f8a65b 241 0.93/1.00 vMB 5
366,060 366,060 00000000000000000a71bf5c626929a5c072036f55493d65c4e4c8def36075fb 1,307 0.68/1.00 vMB 42
366,059 366,059 000000000000000009a23292ff0ffa2b1700b1e58986865e80c785605f5e6e8d 1 0.00/1.00 vMB 0
366,058 366,058 00000000000000000b853dd4bd6f8dd7f7ec2379def55438698a6f34d4625b35 353 0.25/1.00 vMB 22
366,057 366,057 00000000000000000baa241eff0cf89da0835f36cb3ec03dd5d4a34b8098bc91 1,166 0.59/1.00 vMB 40
366,056 366,056 000000000000000007591e44f51ae9ca074ddc2bcaedb744805ee67370d8831b 489 0.92/1.00 vMB 10
366,055 366,055 000000000000000006f1f5ff1ac3d5df4c69631446bdc8dcc80ad78736a6b2f4 305 0.74/1.00 vMB 6
366,054 366,054 0000000000000000155a7277d1e8730b8285e13d6ffc233771f1453bd30358e1 1,227 0.75/1.00 vMB 32
366,053 366,053 0000000000000000031d35c5e91fab7e2bcf4c3c64a0bc2ba86536371a339007 1,685 0.93/1.00 vMB 40
366,052 366,052 00000000000000000228ed55c8092d340d69e7abe73409be4416055d11572c9e 346 0.93/1.00 vMB 5
366,051 366,051 00000000000000000a199ca5563e66e2ddc475591623e0179a531563cfff56ce 468 0.25/1.00 vMB 36
366,050 366,050 00000000000000000c5154a146ff64e1007b0952dd7d2211a12706d6d7f53a44 615 0.32/1.00 vMB 41
366,049 366,049 00000000000000001404eac9fdc3c6cdd1ba5d85d815a7f43d0713d98caae3bc 1,377 0.93/1.00 vMB 27
366,048 366,048 00000000000000000b7ff880a20958d5bc485f645deea83ba22e683c37cd016a 702 0.95/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.34 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.