Loading Tool

Explorer IconExplorer

Memory Pool

79,321 transactions
29.73 vMB
0.11836467 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt b48a2eccdeeaecee9082ca339c96009255011f11615b36504877cdb2e939961f
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root d3e636d17f3529a9f65fc029aa5737bf8406abb09ad5afe82ceb92fb01ac8b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05397666 BTC
Feerates: 150.75 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (336,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,423 578,423 0000000000000000001a3977f9575c1e4ee4a3ecb6a61dfd12ab71e62ef1073e 1,823 1.00/1.00 vMB 113
578,422 578,422 0000000000000000001d559788073b7f5c4f8975f4fd12a7423554f0a3865e02 1,454 1.00/1.00 vMB 110
578,421 578,421 00000000000000000013a872560768ddffd98587a3a3a5f30d1c65ebe9a4caa0 2,403 1.00/1.00 vMB 77
578,420 578,420 00000000000000000003e309f8593f02702c5960545191dd2c86e8a396ef17ce 1,048 1.00/1.00 vMB 95
578,419 578,419 0000000000000000001626822f3f2316ef58346f4a15fe717964d67ae704061e 2,239 1.00/1.00 vMB 136
578,418 578,418 0000000000000000002821b58f13a0a569fba2ba6f2d71a0a93ab8af864148a5 542 1.00/1.00 vMB 100
578,417 578,417 0000000000000000001653ba33b32dd1d22cb37f2b743aa91de5fce585d42cd3 1,327 1.00/1.00 vMB 110
578,416 578,416 00000000000000000004273134a0fc4f33e2c6383fcf9c9ee37678ade2296c79 2,313 1.00/1.00 vMB 155
578,415 578,415 0000000000000000000e61b4424919eb031d7f68ea6654ca550de07f2a9e8963 2,647 1.00/1.00 vMB 180
578,414 578,414 000000000000000000107a21add861077c0945ca57bda713a7e835a7f89f0d45 2,950 1.00/1.00 vMB 85
578,413 578,413 00000000000000000021c6a886490b0ad5f619052ebc52af462c025ef879a4cd 3,368 1.00/1.00 vMB 159
578,412 578,412 0000000000000000000f9591d181ae64f7d02939a4e9254ad0478dea33978a31 2,171 1.00/1.00 vMB 136
578,411 578,411 0000000000000000001bbaf2b6e09043bc7a0f8d3c40480d6185107db9d7f7c9 2,947 1.00/1.00 vMB 168
578,410 578,410 000000000000000000034894ba2f0615d1d17cfd9aeaea394204110264f04d24 2,782 1.00/1.00 vMB 109
578,409 578,409 00000000000000000028ed1fbcab0b8f22d09e0b602a37f94decb79051638eb8 2,589 1.00/1.00 vMB 130
578,408 578,408 00000000000000000020eaab8e657eeb4a9e123d276ad12006ea7f5d0a689f30 2,940 1.00/1.00 vMB 148
578,407 578,407 0000000000000000002823e692f7c60a0840f57fca7b5c8a7251b2f23601f529 3,363 1.00/1.00 vMB 175
578,406 578,406 000000000000000000173c672cd092c522992e0a87c08e3f0a85b9e00f5a9762 2,172 1.00/1.00 vMB 179
578,405 578,405 00000000000000000007438de9916f2bcd2e300b8e0d683c1db4d5fb6e4a175b 2,888 1.00/1.00 vMB 186
578,404 578,404 00000000000000000003bc0d911793fd6cb005ffb5ebe9b0d7fa62af92cd59c8 2,660 1.00/1.00 vMB 176
578,403 578,403 0000000000000000001d11834733df98b8428f08df5bd0e329826e378091fb80 1,251 0.49/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.