Loading Tool

Explorer IconExplorer

Memory Pool

42,017 transactions
27.73 vMB
0.07687792 BTC
Random Selection Loading Transactions
Max Size: 143.17/200 MB

Candidate Block

Mining Attempt eba59243fa6967cb9ef64cdaa26419e753fda28033daff292f163d53b547a0b9
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ff583c2e71120f2b24a6478a157c71a5d01c89779c788d429c0b0d83fe06b7ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.02153135 BTC
Feerates: 180.63 > 2.16 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (431,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,425 483,425 000000000000000000c9a26e55901370ad0b06db01bfe748b985b7b2cd8ed08f 1,650 1.00/1.00 vMB 213
483,424 483,424 000000000000000000f3329f91e9c5866f897a4dd6aea836770476e9bc1f4401 1,165 1.00/1.00 vMB 96
483,423 483,423 0000000000000000009a7de29709e5d588768f100426811b8c9a74300f80b6a7 2,468 1.00/1.00 vMB 332
483,422 483,422 00000000000000000000c631bcc8892618b79e8bc59a1b13bd15f25238aee090 798 1.00/1.00 vMB 130
483,421 483,421 000000000000000000918304d4bb25be1c4e68bd65db5922c498df9e2347f67c 1,165 1.00/1.00 vMB 165
483,420 483,420 000000000000000000478a802a41383b6a1f51f62d7e6790666f6bcfdc4c3af0 1,894 1.00/1.00 vMB 205
483,419 483,419 0000000000000000005aab6eebf65a8208f056a7f6fabe29d04bf1e6a6f1ee6b 972 1.00/1.00 vMB 132
483,418 483,418 00000000000000000029ca8dc3ae285229d92779abbc8cb26c458dcdb55f3ad2 1,316 1.00/1.00 vMB 171
483,417 483,417 0000000000000000002c3aa1c2a0f35e538022b9011ce033eef9dda4b86ad2c6 1,311 1.00/1.00 vMB 198
483,416 483,416 0000000000000000000dc9500fbfb5f1f9b0c22fccdf3b65dc52b6b6a4667db7 1,424 1.00/1.00 vMB 209
483,415 483,415 0000000000000000000edd150f6d71eb7be1cc9cadeb678d3c13b0453d70e616 69 1.00/1.00 vMB 72
483,414 483,414 000000000000000000ef2e35ee37c9149ae6b996070c15c45cb1681db767f16f 614 1.00/1.00 vMB 133
483,413 483,413 00000000000000000076ae70d13a3fdbee34a4f8160dda0d2a85b00b84cd9138 274 1.00/1.00 vMB 71
483,412 483,412 00000000000000000112b359d1035cb865ec92fda6c0cc267cff4b7c44dbaf2d 390 1.00/1.00 vMB 106
483,411 483,411 000000000000000000fefca46aa9931138f878a4456ad12dc589916472d8926c 1,057 1.00/1.00 vMB 140
483,410 483,410 0000000000000000011b39cabc0e1d0ab3d7fd5dc1471592fc226ec83fee0dfa 1,262 1.00/1.00 vMB 173
483,409 483,409 0000000000000000004806e039367116a3f09555fdf7c0f5181ee9046330cc2f 280 1.00/1.00 vMB 85
483,408 483,408 0000000000000000013011414551fb6fdc93e7f298716ab8011b3cbdeed039e9 149 1.00/1.00 vMB 81
483,407 483,407 00000000000000000046a2f13ed2df65b56b44d740fb300e70bf8e4d40edc696 753 1.00/1.00 vMB 142
483,406 483,406 000000000000000000db83aa0feeb5ec5ff56baa1363e0c893007d5aa54aafd5 222 1.00/1.00 vMB 93
483,405 483,405 0000000000000000005b3175a4346681d792a4b9f8576855bf6c9dfac9a5a2f1 1,571 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.