Loading Tool

Explorer IconExplorer

Memory Pool

50,082 transactions
28.78 vMB
0.07319358 BTC
Random Selection Loading Transactions
Max Size: 153.75/200 MB

Candidate Block

Mining Attempt 563d1ddf4306f0b5819bb4b44ab1deddab26a23cc1776f8e8ff84eb1ba924e07
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 55ffff743230bb6acb3f7c5a742295bcc7a1cf3145ce5b09df9142c637a530f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.01059591 BTC
Feerates: 14.07 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (505,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,564 409,564 00000000000000000405fb962adea4b50cb3cbacbddc9dcd67143648b927c7ee 1,815 1.00/1.00 vMB 34
409,563 409,563 00000000000000000296e7f79ae27c898b189e2d1217fde4b5f1e5eff370b51b 2,744 1.00/1.00 vMB 45
409,562 409,562 000000000000000000fb601e6ca6a62923790b8cd4f0e7f7318831a017b9e970 2,517 0.93/1.00 vMB 55
409,561 409,561 00000000000000000269c20a44144679c57a5208067a8e7ae77b9922821b9abd 268 0.09/1.00 vMB 49
409,560 409,560 0000000000000000030652129080cccdd1a1c2f01fce110e9f713e930f01cc61 732 0.37/1.00 vMB 33
409,559 409,559 000000000000000004b463d3e1aa9cf526ae9f123ee207537c999d76a9463d27 990 0.68/1.00 vMB 31
409,558 409,558 000000000000000003b5d59251fedb4b9fd677503e77c4f667049726c7ebf750 431 1.00/1.00 vMB 10
409,557 409,557 000000000000000000696629317bee357b79a108d52b4ff1a6376976c29c0ce0 62 0.04/1.00 vMB 37
409,556 409,556 0000000000000000007c5f29cc45b7c3e0fedbce0d10ffd73d796deec3bdcc1e 179 0.08/1.00 vMB 39
409,555 409,555 00000000000000000484dfb6543ab38a377e464fc5e2db4918b4a25a1e37ddec 163 1.00/1.00 vMB 8
409,554 409,554 000000000000000000ab14ace6f2d7fc5a10673c6f787ac03b9cd29d7e706441 1,710 1.00/1.00 vMB 34
409,553 409,553 000000000000000001543917f44f7d84d8a177bc6ae817bfbdc98e9047f5d4bd 1,238 1.00/1.00 vMB 23
409,552 409,552 000000000000000001d6b7c711e6e15cecd40599ecb7fc4a3f970251ace54379 1,080 1.00/1.00 vMB 20
409,551 409,551 000000000000000001527d9d49546b98cd84889c1df371ef7b0fa10e28417f72 1,349 0.91/1.00 vMB 28
409,550 409,550 00000000000000000242880b5d9bbe68099d175849843ce190921315272155d2 2,520 1.00/1.00 vMB 41
409,549 409,549 000000000000000000008e0f5f1c82acd4460ec408adf47d2b76b0a9501868e3 1,087 1.00/1.00 vMB 21
409,548 409,548 000000000000000005ca3b17667e6d5a6722b96cee4f22a5915e7149659418f5 1,431 1.00/1.00 vMB 28
409,547 409,547 000000000000000002bfda56c199657992dcb5b061addae242f0bec58b455745 2,322 1.00/1.00 vMB 42
409,546 409,546 000000000000000004a3f9aa6d592772639312b5f7402b0248dd3f7cc74841be 14 0.00/1.00 vMB 148
409,545 409,545 000000000000000000ff9eaf9b34dae486e66f92c7d509b488220f5ae2d1fd92 2,090 0.99/1.00 vMB 42
409,544 409,544 000000000000000002b79d2d439e4bc4250cf57f0040d8bc08d20989a0acc33f 2,443 0.99/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.