Loading Tool

Explorer IconExplorer

Memory Pool

82,053 transactions
30.30 vMB
0.09260880 BTC
Random Selection Loading Transactions
Max Size: 182.48/200 MB

Candidate Block

Mining Attempt 0447180c2f7957f53093e0ff336883b0c83259a3b0fb4ef2e7b9220edb89eb5f
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (453,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,270 461,270 0000000000000000015512756126537d04bf4acea0ac01531613295062d1d526 2,266 1.00/1.00 vMB 225
461,269 461,269 00000000000000000203af131ecf02f5bbcd2751f7f37c37db5d091fe1e6aee8 2,104 1.00/1.00 vMB 142
461,268 461,268 00000000000000000210d30d7a53ae74f270bc0d50115cff56a209e23caa1f81 2,229 1.00/1.00 vMB 156
461,267 461,267 000000000000000000aa521d1526cd944c7d7bd283366e42c531f77d96227072 2,454 1.00/1.00 vMB 188
461,266 461,266 000000000000000000d4ef55b525570a3ee7abcaba7737e4cace571b581e7c84 2,490 1.00/1.00 vMB 168
461,265 461,265 00000000000000000215434aeb0b6a7627da987839bd7dbbe08a3c372d313177 1,924 1.00/1.00 vMB 168
461,264 461,264 000000000000000000ff9712acc401bb0ba89c06c3b080014ed6ca93d35f204f 2,449 1.00/1.00 vMB 159
461,263 461,263 0000000000000000013e7ba7ddcc9e7c72c245acdb4f9c859fe3a9a65ad3ef04 2,393 1.00/1.00 vMB 171
461,262 461,262 00000000000000000081277f4c3d52ffa05e7005636387f59e67a33915cb2844 2,415 1.00/1.00 vMB 139
461,261 461,261 000000000000000000ec0b29f51478dcd46204142f536172b60de7b5333997ec 3,002 1.00/1.00 vMB 122
461,260 461,260 000000000000000000ceb4b1f6535fd43a77abb73dc6911064481186b2ad20dd 2,207 1.00/1.00 vMB 142
461,259 461,259 000000000000000001e3b138e330a9319f2542197bf60e4eddf24989cc25bdea 1,879 1.00/1.00 vMB 160
461,258 461,258 000000000000000001952a49c7d5f3599b889e17d9ef8cbbdcb2d72caccd2917 1,751 1.00/1.00 vMB 168
461,257 461,257 00000000000000000051afde7639693c7e49b2833b5a8ceab331854d7ceca0c6 2,964 1.00/1.00 vMB 199
461,256 461,256 000000000000000001e8507ee2e01806f7bfb48c49f0b390f27e37f966d3cd85 1,884 1.00/1.00 vMB 145
461,255 461,255 000000000000000000bbf79af4727ef31812b253ac39d5f171ac513bc81f8d4d 2,550 1.00/1.00 vMB 182
461,254 461,254 0000000000000000007bfbdb0e0bfe59fbee0202879ca55494e8be57159ea750 1,462 1.00/1.00 vMB 140
461,253 461,253 00000000000000000003aadf701c32067e7cdc3fe2c5cbe74c6903365a2c8ae3 2,820 1.00/1.00 vMB 184
461,252 461,252 000000000000000000ac65d4ba2ab37d4509b256ae1e803d7f179409bc093cc7 2,627 1.00/1.00 vMB 142
461,251 461,251 000000000000000000e93276850b3f8576ca7a107d0a3826733e07ad3a5de39f 2,064 1.00/1.00 vMB 137
461,250 461,250 0000000000000000018dda0dafaf2d5beafa15c735a103dfea735726826a88b4 2,180 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.