Loading Tool

Explorer IconExplorer

Memory Pool

46,494 transactions
32.10 vMB
0.12067839 BTC
Random Selection Loading Transactions
Max Size: 164.19/200 MB

Candidate Block

Mining Attempt 5a5f412919cfd93865c11f175db842e068898862eb9eaf298f675db74b0ea209
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root 9426ecd9165625ec9c22736046a57234562b4986b5b1d5c5181cd74c58fbca87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,693
Size: 1.00 vMB
Total Fees: 0.04898101 BTC
Feerates: 302.14 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (395,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,022 519,022 0000000000000000001f46859468f53fbd8b6cd92f0f0e3cd6d3588459e50339 1,719 0.86/1.00 vMB 14
519,021 519,021 00000000000000000030cf1327b600b8e707b31353cd91672b4b04634906f959 2,866 1.00/1.00 vMB 32
519,020 519,020 0000000000000000000c8bcc12888f4a883d7f72c178d8d704aff605d2c6e01b 2,123 1.00/1.00 vMB 26
519,019 519,019 000000000000000000034fef4bee9a133dc6fe2d7e2cebc6dcd6b256979da3be 194 0.08/1.00 vMB 2
519,018 519,018 00000000000000000047ce0374b73d895d2d24b625541c6e5fbde250f6fcc36f 3,044 1.00/1.00 vMB 35
519,017 519,017 000000000000000000203e0d04ee1d7d7df2310f6c9ff4dbc72c97408d3d6487 3,060 1.00/1.00 vMB 33
519,016 519,016 0000000000000000002b80de0ad47acb4d6c60803f92e00e7ada8af4f79bc2e3 492 0.28/1.00 vMB 18
519,015 519,015 00000000000000000031b130c6d079f456de3eb875697579016a0f188bdc8fb1 187 0.12/1.00 vMB 35
519,014 519,014 00000000000000000037fae38587f47166117f48b32c04f02188cc9ff89a2ceb 185 0.12/1.00 vMB 34
519,013 519,013 00000000000000000038c7f9f5e2ca25acee3a089dd67fae7760f9cb77e05201 247 0.14/1.00 vMB 12
519,012 519,012 00000000000000000048b1d4155592ffa77dd6b608741d5fc8a7cedc7b38c150 366 0.35/1.00 vMB 9
519,011 519,011 000000000000000000291876e1599a43af1af46f049d88a2f5138f1ca2ea8c4c 1,012 0.45/1.00 vMB 21
519,010 519,010 0000000000000000001b6e21a28b7bbe0ae2e5a707a94f69430d885b6dc0a9c1 834 0.53/1.00 vMB 26
519,009 519,009 0000000000000000001f808147bfc6017579c52bc51bf665e6702771d50d06b2 57 0.02/1.00 vMB 15
519,008 519,008 0000000000000000001c0eb86b1d997fb9519b63f599748785a08fe2a9064e68 515 0.17/1.00 vMB 27
519,007 519,007 000000000000000000227a9fa670ad47e1a41318cec72b9c6d7e2385a839f81f 492 0.19/1.00 vMB 17
519,006 519,006 000000000000000000168d1a7a70cbbf09be99e34a1a6130288841e9af22eaf5 2,101 1.00/1.00 vMB 21
519,005 519,005 00000000000000000020e0fdba1db4df361603f1df569739a3ecad188d1fbb8c 1,477 0.53/1.00 vMB 34
519,004 519,004 0000000000000000003d8a4935327eaa3b2d6c4ca12935830ed9d61dedf86716 292 0.12/1.00 vMB 4
519,003 519,003 000000000000000000357bb4d1253d01fe205bd6c854ae224dd870c4f559a893 1,261 0.46/1.00 vMB 36
519,002 519,002 0000000000000000001a1850eac3872c5a43410b197a6451338b945c55bfbd5b 759 0.32/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 608.05 GB
    • Received: 10.64 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.