Loading Tool

Explorer IconExplorer

Memory Pool

81,519 transactions
30.14 vMB
0.14479194 BTC
Random Selection Loading Transactions
Max Size: 182.93/200 MB

Candidate Block

Mining Attempt 04ccaacb93603d8311f808f2aea68268aa75622ebe98a6b4631f89388c6042c9
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8829e2c55222c067621341c662de4b99c94b69bcf7a391ad97f6692bbf12e35c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.07371732 BTC
Feerates: 101.65 > 7.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (445,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,261 469,261 00000000000000000102528f0dfacf8f87bc2b86abcd093cbaa1b999f090d7b9 2,159 0.99/1.00 vMB 421
469,260 469,260 000000000000000001028d10e3660df26a6e5fce07583a45f90e3a20bf0de088 2,088 1.00/1.00 vMB 376
469,259 469,259 00000000000000000035d8ecd9b44e0553c0060dce0228f4d44657b757915d37 1,236 1.00/1.00 vMB 252
469,258 469,258 0000000000000000001cab209d0ad1bb075bb06214064932083d27cf84a8df94 2,177 1.00/1.00 vMB 282
469,257 469,257 00000000000000000093af982e6ff36fed79efad7331852785b5c533a3f5d7c7 2,415 1.00/1.00 vMB 263
469,256 469,256 00000000000000000078e97669fb7279ef97ceab7db15bb779cb3b46bbf8a953 2,186 1.00/1.00 vMB 308
469,255 469,255 0000000000000000018568f4a6da841d6f5e26b33d7624230fcc2b4739dfb33e 2,006 1.00/1.00 vMB 499
469,254 469,254 000000000000000001c28b74d14d5309ffa881ef3c7b80a3449a2863c665b990 2,455 1.00/1.00 vMB 399
469,253 469,253 00000000000000000048a8dd10f62d613cf275e639b9b3d51f72ad9061ab9ff1 2,305 0.99/1.00 vMB 271
469,252 469,252 000000000000000000f694e011acf50cccaa7a199dd77479a269724d8614bf85 2,126 1.00/1.00 vMB 496
469,251 469,251 000000000000000000df65362d834498a80d7f8eb9e2a4a1f0a9a09f8b2e338d 2,198 1.00/1.00 vMB 373
469,250 469,250 000000000000000000a6174950338ff21584fa1e4e2e58448990b0a107ed6d30 2,122 1.00/1.00 vMB 473
469,249 469,249 0000000000000000017c4f89e730be9cb44e2d8d1b76fcbdd76673e4828b4fbd 2,010 1.00/1.00 vMB 403
469,248 469,248 000000000000000000f3c560c9e512804bdd3750c67a36d4052742058d2a14c5 2,077 1.00/1.00 vMB 373
469,247 469,247 000000000000000000f86d35dfae792967498a52fbddf2f37dc93344f63a81da 1,442 1.00/1.00 vMB 550
469,246 469,246 000000000000000001c495db43662aefb83224a36fd25266fa20b870f215715c 2,065 1.00/1.00 vMB 437
469,245 469,245 000000000000000000f375deed4c6437fce9e7fb219b6091cd27dc14f9479ee3 2,071 1.00/1.00 vMB 437
469,244 469,244 0000000000000000008010403f3d0e2163534b476648bad0b769151ab92876e1 1,686 1.00/1.00 vMB 256
469,243 469,243 000000000000000000d3fb1a0ce1a0e96e4302ea93e263ba2026989b5702a52b 2,067 1.00/1.00 vMB 239
469,242 469,242 000000000000000000d0a0783acaa9c1fb533a5008f431a790971140f0f9e4af 1,465 1.00/1.00 vMB 172
469,241 469,241 0000000000000000002e22ca21df411a7b7819ff0711cc2bd9933fe74f799c2b 2,178 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.61 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.90 GB
    • Received: 16.06 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.