Loading Tool

Explorer IconExplorer

Memory Pool

58,290 transactions
29.08 vMB
0.06092052 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 46a1623b851df82088ae827b04bc562bc933ddabdd7c551f0c3e6ab61b31862f
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 1037ea1e75bda9d9367d9facb4c2b3bdf5c875462457866fe6a67ad89e6e7ecf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00536320 BTC
Feerates: 108.49 > 0.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (420,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,512 494,512 000000000000000000437430a1b1b48fa7a88dce5a6e2b5e835a0c76c9231a99 1,250 1.00/1.00 vMB 122
494,511 494,511 0000000000000000009533dfaf29f54509c28f91cc1ff6f797b070ea4420e43f 2,340 1.00/1.00 vMB 415
494,510 494,510 0000000000000000008f38b5144955b2de318aec03fa3b78c9e035294963ea96 1,377 1.00/1.00 vMB 215
494,509 494,509 00000000000000000010911c6b453d22a2f4f81d6414b637e449713429fb41d1 1,843 1.00/1.00 vMB 150
494,508 494,508 00000000000000000090ed4325995b00deec29a9a1e7e183401f9260db1480f9 1,849 1.00/1.00 vMB 168
494,507 494,507 000000000000000000113886964a27904e23273c0fc98165226aa7eb16710fa7 2,297 1.00/1.00 vMB 350
494,506 494,506 00000000000000000023a5c1dd3597bf4dbb2aaee8551fc0431b4e52db7fe30c 2,250 1.00/1.00 vMB 292
494,505 494,505 000000000000000000beb16b488112bc047c9bbe4f4eacac346a9ad529512aab 1,812 1.00/1.00 vMB 286
494,504 494,504 0000000000000000008352f809c2365a0142e665103d7b0e6eefc852643690b9 2,499 1.00/1.00 vMB 596
494,503 494,503 000000000000000000870c4b32394c3b71bb8176fff3298d60748e0e1332c1c0 2,357 1.00/1.00 vMB 234
494,502 494,502 0000000000000000006d58e3ad97c7d3793cac0ab73d86267250acf5a6e9f1c1 2,374 1.00/1.00 vMB 249
494,501 494,501 000000000000000000a45cfccca9d75d39e91610ab99dbff9818ffb1b76c90b6 2,201 1.00/1.00 vMB 327
494,500 494,500 0000000000000000007a6e45467cc39540bd6181ce657c49b50764c497894019 2,543 1.00/1.00 vMB 324
494,499 494,499 00000000000000000081a3d18c05e0f540703eb5e1b063dd48ce3c76de47c30a 2,589 1.00/1.00 vMB 492
494,498 494,498 0000000000000000007c8f1dccde1e80bbc84960a566f66bea0ab6bf19bda784 2,331 1.00/1.00 vMB 531
494,497 494,497 000000000000000000cbabc51f47ba13baaa8fbd1c5b0fdd612e946841dade0e 1,760 1.00/1.00 vMB 390
494,496 494,496 0000000000000000003dd21a7725bc1e1763e56d332d46dfae072e9dfa63d20f 1,968 1.00/1.00 vMB 365
494,495 494,495 000000000000000000a82f61dc0d22a614a263dbea7a8734fcd8035c1b8ed634 2,894 1.00/1.00 vMB 318
494,494 494,494 0000000000000000007ca560d488b28a85395f51a94b9d1135976842405c3834 2,391 1.00/1.00 vMB 396
494,493 494,493 0000000000000000003a9ecd330e9247a7261e7441dbeb8a5c5ab4908f094e28 2,548 1.00/1.00 vMB 670
494,492 494,492 00000000000000000006d66565c6390e8556a800214eb427540c143848ee9c7d 2,323 0.93/1.00 vMB 590
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.48 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.