Loading Tool

Explorer IconExplorer

Memory Pool

46,487 transactions
27.25 vMB
0.08067677 BTC
Random Selection Loading Transactions
Max Size: 144.08/200 MB

Candidate Block

Mining Attempt 4f6eb3f745a274d50c4052a44ad931ce882472889c4889d4334bb582b4f88c22
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0c1438da280a4b1df4f738b76e58f4d78763fbb2a384319c2176fbcddb6cb581
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.02972024 BTC
Feerates: 298.51 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (293,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,272 621,272 0000000000000000000c19349c006fd32cf5606e40587ec42841de20d665ed7c 2,794 1.00/1.00 vMB 19
621,271 621,271 000000000000000000095d4c203ae59900343d738e8744b1aa00a1c635ccfde7 1,697 1.00/1.00 vMB 20
621,270 621,270 0000000000000000000c7d731c059415539fcbcb0e64034035b9ef68fbbd91ac 1,954 1.00/1.00 vMB 21
621,269 621,269 00000000000000000002709e9c11dbe2089f998a18100115f17d2be4117b25f0 2,862 1.00/1.00 vMB 23
621,268 621,268 000000000000000000037fbc748c5aaaa9968c1721fd238bf792a1f00eea9312 2,376 1.00/1.00 vMB 24
621,267 621,267 00000000000000000005ebc617c2f1fca25e417d1306b9bd93e40332ae52f74f 977 1.00/1.00 vMB 27
621,266 621,266 0000000000000000000be45e068a8dac9a8abf822af4621e0b05104460708299 2,022 1.00/1.00 vMB 26
621,265 621,265 000000000000000000096b3cb223147566f54755a0c68fab75eb29b28ef0ada9 2,809 1.00/1.00 vMB 29
621,264 621,264 00000000000000000001f9fbed0bf43ed6322302f7f9eef6916707f239639151 3,242 1.00/1.00 vMB 36
621,263 621,263 0000000000000000000ee80d6830a060976e03fdf1855d4a85b3a1276dd328fe 3,097 1.00/1.00 vMB 37
621,262 621,262 000000000000000000005a128a2d00761eed38f26097d8873b7194b70d05dedf 3,074 1.00/1.00 vMB 37
621,261 621,261 0000000000000000000e5b52b6c03b46f1bc7d29c0b8b5f6d34cf21ce086bf2a 3,432 1.00/1.00 vMB 30
621,260 621,260 0000000000000000000d164a50aa7903a349229c1c59bc4a9d0ba239d77d3a42 2,693 1.00/1.00 vMB 43
621,259 621,259 0000000000000000000140129718d5b2a7c458e9edb365fe0e69e313f1070ad4 3,463 1.00/1.00 vMB 28
621,258 621,258 000000000000000000021f7418890f2c1668f1d6c17471e84ffaf327ba2bfea1 2,644 1.00/1.00 vMB 49
621,257 621,257 000000000000000000079e99470dc56323e6427dc3ab89c2a29eace14c478a31 3,055 1.00/1.00 vMB 33
621,256 621,256 0000000000000000000fcc2eea889fbb1a27971eb86eceeec4d6d23a20c7116d 3,275 1.00/1.00 vMB 33
621,255 621,255 0000000000000000000d1454594a1acc13ad7c4b43f562ef161d2a568e256660 1,516 1.00/1.00 vMB 69
621,254 621,254 0000000000000000000314ab69fb2753d407ba059d58d5fa27a60473d7041dda 3,122 1.00/1.00 vMB 33
621,253 621,253 0000000000000000000abef525015325e5f7454be43a03c650d26753ed18467b 2,761 1.00/1.00 vMB 27
621,252 621,252 000000000000000000012efbacb084ebeb77de40f32d52d586a6fd639cd131d2 2,155 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.00 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: 648.90 GB
    • Received: 13.10 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.