Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt f8fa8ce16cbb2931d9554f82ed4abbbf28248de293888bb77567d54da8e431ac
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (794,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,357 120,357 00000000000061b5785799797e3254eb57a4c67d112a769ce183a0e609d68d2d 7 0.00/1.00 vMB 0
120,356 120,356 0000000000008920ca6e5446a103a375ee1140b6bd3e70f328939c3882b2c0e9 11 0.00/1.00 vMB 0
120,355 120,355 00000000000016996dc426efafad4f172d9d9d874aa2a4bbbb1b5a42cf8a5ada 7 0.00/1.00 vMB 0
120,354 120,354 00000000000031ca125a8c3128efbfa4520fc475fa2378d2c3d3dd9a42895706 3 0.00/1.00 vMB 3,868
120,353 120,353 0000000000001caffa008f8e0c0624971bbe30843123b93453d38ed7d89369fa 10 0.00/1.00 vMB 299
120,352 120,352 0000000000005046c437ca4d4ea8f6715b9642144703a21bc3253f8bd23ef065 14 0.00/1.00 vMB 1,128
120,351 120,351 0000000000002841e781b14f52b7c4f90c42d83139bc3c2de13e06af890a867e 53 0.02/1.00 vMB 227
120,350 120,350 0000000000002ad9e7ae4c171a609d6127bb608aa618a85129315327fcace557 4 0.00/1.00 vMB 1,368
120,349 120,349 0000000000000ed7d25f438e5cc7b6c092e826333c33b3a6669f743a5f0cc829 2 0.00/1.00 vMB 3,861
120,348 120,348 000000000000b3c99ef6799059a5b73e67042cdc35f91beb16081564a7cf9da5 8 0.00/1.00 vMB 593
120,347 120,347 00000000000010a425f87ca1bc755ecf05ff92e3378224a5f00dfbc60c6e4947 8 0.00/1.00 vMB 318
120,346 120,346 0000000000009cb649e6f49b7ed818874fcc161d894a7c7d462f52809d32061a 13 0.01/1.00 vMB 1,455
120,345 120,345 0000000000001a44f60085fa3c724edcd012c8b8c4afa1ea28801cddbf930fef 47 0.02/1.00 vMB 812
120,344 120,344 0000000000004d869a3f699f198aaff6e36f2bb605f7843aab8a6971873b9474 3 0.00/1.00 vMB 0
120,343 120,343 00000000000018de9e8fbbffbded197ec72021e141a7393288ac096d6a8b10aa 19 0.01/1.00 vMB 0
120,342 120,342 000000000000413f62e272dac6305007e1eca20f12d7e2fa68535ebda4504df2 7 0.00/1.00 vMB 0
120,341 120,341 0000000000004ebfe780d393c776d8541e04c999e5664c07e28c8f74e0f03e89 7 0.00/1.00 vMB 229
120,340 120,340 00000000000029ba27c4bf03d72d55ed9b855238af23468f65969ad2f462d195 16 0.01/1.00 vMB 137
120,339 120,339 0000000000000bc2850f16a019cdf85d2d4d7f808e2fa4c4c28e18d28c0866ee 4 0.00/1.00 vMB 2,005
120,338 120,338 0000000000009bc66e1e09eeea01f4310d1a27a693f1770351904051b93bf6a1 2 0.00/1.00 vMB 3,875
120,337 120,337 000000000000872ffe4270de539fdc6e9c61e8472ca423606fd4958048286fa6 31 0.01/1.00 vMB 391
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.