Loading Tool

Explorer IconExplorer

Memory Pool

80,139 transactions
30.19 vMB
0.08596606 BTC
Random Selection Loading Transactions
Max Size: 181.75/200 MB

Candidate Block

Mining Attempt ed1a38a38bfdaa94915e70542f8a151826fcbdc54d5c60459efdded8e9b20a3a
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 7fad1e4150e50491f8316496b07194ab2b09e830b4cd7395c9b9724f168e0c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,443
Size: 1.00 vMB
Total Fees: 0.02149337 BTC
Feerates: 150.45 > 2.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (428,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,250 486,250 000000000000000000ba4613218d9e18510cfc21eff3389a0387d56aca5dba76 2,063 1.00/1.00 vMB 109
486,249 486,249 0000000000000000003a20092d6753d222ba6ce1bae981eabf126c591f281f55 1,891 1.00/1.00 vMB 162
486,248 486,248 00000000000000000064ee77daf49c791a5e6ab7098d7fa1385f1a1ffc40b844 1,856 0.99/1.00 vMB 82
486,247 486,247 0000000000000000007154f9c7d2d3e4a1b1d5c09e9b04332d0424aabcd245d1 1,671 1.00/1.00 vMB 140
486,246 486,246 0000000000000000001ddd8411f1733a5385419655e4440f82ee5fff16ec6178 1,775 1.00/1.00 vMB 30
486,245 486,245 000000000000000000b96140871e6195d38e7be42b102d49ed60fb2668faa6cf 1,641 1.00/1.00 vMB 130
486,244 486,244 000000000000000000f94dd71ea01aa3e0888b384b9e56b14763c9fa0668cc2d 2,195 1.00/1.00 vMB 159
486,243 486,243 00000000000000000030a792afa5c81cdb824239890f3abcaf1f7e68a4a474d8 1,881 1.00/1.00 vMB 177
486,242 486,242 00000000000000000078d81612b85a8839f7c07eae1dbfb3f4273c30bda964d0 1,844 1.00/1.00 vMB 158
486,241 486,241 000000000000000000f97345655ac768d27bdb7dca400c7a6be3c24181ef3976 2,146 0.99/1.00 vMB 184
486,240 486,240 0000000000000000006bbdb331354e22ec34fd71d7c4d3eed707d146ca7c6b18 1,698 0.84/1.00 vMB 24
486,239 486,239 00000000000000000055810426217dcff8ab5255254954af8a6e24925b25cc1e 1,787 0.99/1.00 vMB 121
486,238 486,238 000000000000000000d6f2d11469d01f491d6fe1a77c34dca9c8015e4b40196a 2,281 1.00/1.00 vMB 153
486,237 486,237 000000000000000000537a636ef94ed7e23e19cd1ace82d6579c82b10048e589 2,255 1.00/1.00 vMB 254
486,236 486,236 0000000000000000001c9c00099d874b372e76ad41cac863db5e9ac63cf6c1a8 246 0.08/1.00 vMB 79
486,235 486,235 000000000000000000d36f901ea85644cfab88a6a5390ef5dbe896f2c549f8b0 1,304 0.82/1.00 vMB 80
486,234 486,234 000000000000000000247321145c83ad1b28897175ef3655c70816020917415d 1,743 1.00/1.00 vMB 228
486,233 486,233 00000000000000000055704ffb682059c6909b8cb5b181f54aaeba374f4a3a4d 1,120 0.57/1.00 vMB 118
486,232 486,232 000000000000000000f70d5a4097ca8b5382d13cd13e1950c2f651949ecd86e4 1,232 0.54/1.00 vMB 120
486,231 486,231 000000000000000000851e10bddba81710c78a3755bc8cacd316d086552dd495 227 0.11/1.00 vMB 123
486,230 486,230 0000000000000000005fb61ddf5c813d45560e0bc9ad3400976c4509e6bf77fe 484 0.23/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.69 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: 687.69 GB
    • Received: 16.49 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.