Loading Tool

Explorer IconExplorer

Memory Pool

79,562 transactions
29.90 vMB
0.11401228 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 3267273c39b77feb82573de35fd5c983cb5ce52a402b59c433d633890b7e6500
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root dc747c60e0320d062a985c162965587ff955094b8a3f87c87ad3d2b2724997a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.04776042 BTC
Feerates: 150.80 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (285,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,321 629,321 0000000000000000000ae078f2b3bcd1b13d93b167267b096bc8edd32675460d 2,009 1.00/1.00 vMB 64
629,320 629,320 00000000000000000004c7d876c6fc6e084b480c84eeb93d9623f75490296495 2,451 1.00/1.00 vMB 75
629,319 629,319 00000000000000000005875db641d4e2aa74b450b06422fb7315aa52d20a7f77 2,574 1.00/1.00 vMB 104
629,318 629,318 00000000000000000008d7227d9c3e97933d98b8defdd66772f8aa659cf69f76 2,573 1.00/1.00 vMB 23
629,317 629,317 00000000000000000000ada2b4aceff02b252d71a47c6450194bf4e657898964 2,687 1.00/1.00 vMB 29
629,316 629,316 00000000000000000010e54bb31982b95e3dadd377bdafeacc108998fc14e0ca 2,362 1.00/1.00 vMB 53
629,315 629,315 00000000000000000006d4e737a81a067a539ac6ffa3a0894d1246ce89ab9039 1,989 1.00/1.00 vMB 66
629,314 629,314 000000000000000000096689f937834a29b0d4f6be8cef990eeee29f91ac7c6f 1,527 1.00/1.00 vMB 94
629,313 629,313 00000000000000000004a38f3afa0bdfa316b6f10185239c55435005b7c0b360 1,566 1.00/1.00 vMB 106
629,312 629,312 00000000000000000006d01b72efa292107f52be10f0cae08cbcf88a3ec28007 2,053 1.00/1.00 vMB 77
629,311 629,311 0000000000000000000cca06c37a9c7c906c3f594b843cf9c333881b4bcf2184 2,050 1.00/1.00 vMB 65
629,310 629,310 0000000000000000000ffa00635cc7067fb4b90e4321081f95b557e424c15e21 740 1.00/1.00 vMB 8
629,309 629,309 0000000000000000000e281914d2bf254d5b73ffeb9015079bda8c13822f3e4a 1,984 1.00/1.00 vMB 44
629,308 629,308 000000000000000000012660fd375f0db11bc75befd4050d3ef3f30d7b9a3e58 2,732 1.00/1.00 vMB 16
629,307 629,307 0000000000000000000c4c577b224bd02e04e292b3578528a7cdfa50158aff28 2,835 1.00/1.00 vMB 37
629,306 629,306 00000000000000000010b3fd0779b0fc53d97a4fc85e0cf8f87d67b8b0f67b94 2,420 1.00/1.00 vMB 45
629,305 629,305 00000000000000000004042d05e1d72cd0dd39b33b238706465f4d2b9c408333 2,563 1.00/1.00 vMB 29
629,304 629,304 0000000000000000000e40093576857ad72ba872a8e88233ef7fb471d030941e 2,581 1.00/1.00 vMB 68
629,303 629,303 0000000000000000000cc58a483e55b9494b67cfca7e0601379a7297f948bb29 2,688 1.00/1.00 vMB 55
629,302 629,302 000000000000000000050ece2189ab614dbd2f4e536ccb8cd6c5d29ca51b1f41 2,021 1.00/1.00 vMB 61
629,301 629,301 00000000000000000002effa3d0412583897caf39c9d489fd35f92d9637a8649 2,354 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.