Loading Tool

Explorer IconExplorer

Memory Pool

79,653 transactions
29.61 vMB
0.08773610 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt 86280b5dc31ccbc56f81339f50bba1bde9d25b4a7864c12d7d8810308d7f7c7c
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 3bb47e914ba0bff8db584baed5bb817ebcc51544cf36adcdeaa767cee03488b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02465013 BTC
Feerates: 100.11 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (506,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,382 408,382 000000000000000000e764aa4fe026b56b65e32ab27dd1a7676ad19cdf12ea9d 693 0.70/1.00 vMB 20
408,381 408,381 000000000000000000669c362891076353133206fca67ef9eaeb01a7dfd0f9d3 1,025 0.52/1.00 vMB 40
408,380 408,380 000000000000000000bb237dcaaa5da1e8cbe689f1446c0a1a605a295e1249ce 1,542 0.98/1.00 vMB 24
408,379 408,379 0000000000000000054b0c988b4b20eccd77fb09ea422325e6dd1ed3047095e9 1,370 0.85/1.00 vMB 29
408,378 408,378 0000000000000000034fb222c821b27e44034253f3b61c4412d5adb06520925f 1,277 0.46/1.00 vMB 40
408,377 408,377 0000000000000000010844e2432d5b755bb33d76f2f3a3555dcba2a67f413ad8 313 0.49/1.00 vMB 11
408,376 408,376 0000000000000000007210d95366977bc03fbe659f7fe565d283a4c6134ff8c8 1,509 0.56/1.00 vMB 40
408,375 408,375 000000000000000005386f40bce4e58e17987f74d11ac82cc53f53cd0e1c57fc 511 1.00/1.00 vMB 14
408,374 408,374 0000000000000000018292f382f3f5bab770be48471eef84e6bd1aae4cdbdd34 1,994 1.00/1.00 vMB 34
408,373 408,373 000000000000000005529075d43ad71725f754cc09b44ca1c8757f61696275e7 2,920 0.99/1.00 vMB 47
408,372 408,372 000000000000000005d8ea2a527fd7d3c6ffe8c3f93b191420fe31a7c9c4e216 299 0.16/1.00 vMB 34
408,371 408,371 00000000000000000052617d68d0911295124c5c3da79a53ca9ef23684093380 918 0.36/1.00 vMB 39
408,370 408,370 000000000000000001fd9d39ae1ae408f2f3c94d6abf052cd55fb0cfe3d2da76 333 0.13/1.00 vMB 46
408,369 408,369 000000000000000004946b5c09f3683377a9399a7c45603ee5c3c5c4f6e3c7bb 1,268 0.62/1.00 vMB 35
408,368 408,368 000000000000000000441149f7a2134837111debd70cfdf4467d718feb8ed5d3 1,787 0.99/1.00 vMB 31
408,367 408,367 000000000000000005f443b7699ee611124c417000b55f81fbd38e9aa6117184 144 0.12/1.00 vMB 16
408,366 408,366 000000000000000004852d4fb8ad81b5972b40e0f2a3ad1fecf45723366de71a 2,293 1.00/1.00 vMB 38
408,365 408,365 000000000000000004786dae37ca6f2ceff14b678ba604a32b3ab6f55abf018f 1,047 0.68/1.00 vMB 27
408,364 408,364 00000000000000000175fa066ee1388ee273a577fdc2423f55710019ffdaa5d2 71 0.04/1.00 vMB 35
408,363 408,363 000000000000000002bacf01199682a2245a961598a65b7b3be5ab2d1b8dea8f 1,564 0.70/1.00 vMB 39
408,362 408,362 00000000000000000421a879f22f47c5f486f6ce33ad50956f4e0b10fe70ee70 353 1.00/1.00 vMB 5
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.17 GB
    • Received: 15.83 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.