Loading Tool

Explorer IconExplorer

Memory Pool

86,469 transactions
31.48 vMB
0.20809633 BTC
Random Selection Loading Transactions
Max Size: 191.06/200 MB

Candidate Block

Mining Attempt e13e9acd222a80e6a8ef26eeb09edb24d17b4f19cc8466167bc3daf9ee61a3ce
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ada53f77367b77b39fc2433910093dca66ec4be8b414a2956faec1f3148d6c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10520187 BTC
Feerates: 502.67 > 10.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (294,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,352 620,352 00000000000000000008264e9dec0de6c0174323ff83d85f7450f48ed83f16a2 2,770 1.00/1.00 vMB 36
620,351 620,351 000000000000000000046692e60d1483a856473fa0590158fe985d47c9a5967e 3,008 1.00/1.00 vMB 18
620,350 620,350 0000000000000000000bfd74d96f3dca40a1cb2f33e31663664451d3cc5791fc 2,344 1.00/1.00 vMB 20
620,349 620,349 000000000000000000030c433305dde4a6bb23c766a374645fe91431d2fcf107 2,741 1.00/1.00 vMB 40
620,348 620,348 0000000000000000000a8711ba110fef04105779c8562f39142c64e46a953077 3,142 1.00/1.00 vMB 21
620,347 620,347 00000000000000000005e3523c148d48fade74574dd44b764c0c932c17823924 2,773 1.00/1.00 vMB 14
620,346 620,346 0000000000000000000997e48d364ba19508a88881d6ec3073d1751959204732 2,621 1.00/1.00 vMB 14
620,345 620,345 0000000000000000000fc7f8f67fd3ea0b3e690ed666661943bf8c396c5b7310 3,215 1.00/1.00 vMB 22
620,344 620,344 0000000000000000000ce7212efb690e90a60d39908b7c89f29d392aca52694c 3,390 1.00/1.00 vMB 27
620,343 620,343 0000000000000000000ac070812d7370dec2ef3d799cf5301cdf050ddbf21d03 3,396 1.00/1.00 vMB 20
620,342 620,342 0000000000000000000972ec52acad7b8a680e2f44a9e33c59b83a5f84ee1a9e 1,925 1.00/1.00 vMB 22
620,341 620,341 000000000000000000002cdda0578a3d9e2e519bdbfd4699346001545f87d777 3,065 1.00/1.00 vMB 23
620,340 620,340 0000000000000000000ade678022a071f38eba1dc33dfde73b08dc60d6471fe0 2,251 1.00/1.00 vMB 39
620,339 620,339 000000000000000000104dbc1d4e4bf29f2a1a04d9e5381b1cd2cede5cced321 1,864 1.00/1.00 vMB 7
620,338 620,338 0000000000000000000a48cb20fabf8d1c19f78b5e9d04785bcd9f2b8da28ee9 2,181 1.00/1.00 vMB 10
620,337 620,337 0000000000000000000bac719b2e6f9cd762e056ca0bd47ac7164e331c50eb4e 3,110 1.00/1.00 vMB 15
620,336 620,336 0000000000000000000da4d9b0345730577c3a7f0808ee8a5bcdca6c81907e07 2,528 1.00/1.00 vMB 32
620,335 620,335 000000000000000000118d4eaf9479cf83dfd1c42be324eaf5dacac12439e4c1 2,865 1.00/1.00 vMB 24
620,334 620,334 000000000000000000054159480bd21e62f586c681991e35523a9dcb706d9555 2,033 1.00/1.00 vMB 15
620,333 620,333 000000000000000000002c1a602d54c8b58419b912f691d63b1ed061cc9c7491 2,030 1.00/1.00 vMB 12
620,332 620,332 0000000000000000000a752d39c82d0a3c12ea3ec44c0f92a97120278de13e54 2,627 1.00/1.00 vMB 25
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.93 GB
    • Received: 16.07 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.