Loading Tool

Explorer IconExplorer

Memory Pool

82,992 transactions
31.17 vMB
0.08996487 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 941dcde5d33a7228c600e1d3ee4675ccd69e8b7059030b2374c610605d6e4e01
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root efd2e693f177d49ebd0b540681eda5921312092316ed6d54857c17ad55b6ca7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01974308 BTC
Feerates: 114.60 > 1.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (423,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,310 491,310 0000000000000000009678ce8cb4377f5b1d573b6c53a8a1bbc76c3d8ec088ca 1,800 0.96/1.00 vMB 92
491,309 491,309 0000000000000000002b6bf761e616a3a29d3cfb98b70fa0b5a89e4550eaa757 1,399 1.00/1.00 vMB 23
491,308 491,308 0000000000000000003811f11273d6dc282edc15b7ae43fe1113fc7cc5692140 1,913 0.93/1.00 vMB 83
491,307 491,307 000000000000000000b1f63ea8e0d4558c8bb4c210eaee7720d9ad745e3750e7 2,604 1.00/1.00 vMB 150
491,306 491,306 0000000000000000008d9748322f9848ac9d39239fe4a5ed1ebdf2615913a738 534 0.28/1.00 vMB 93
491,305 491,305 000000000000000000d23581e22c628d97f2fa56b14f5e837ce8b774a0256c27 1,789 1.00/1.00 vMB 48
491,304 491,304 000000000000000000ac03f049ecce9665c845c963863493bfbbad11b84fb658 2,597 0.95/1.00 vMB 144
491,303 491,303 0000000000000000009122018104ce1d7c43321b798916bc223ac3f2de6a4934 1,931 1.00/1.00 vMB 96
491,302 491,302 000000000000000000926ed05a8c28df512e88b3a80a9de46a26118d7db3ed5c 228 0.21/1.00 vMB 64
491,301 491,301 0000000000000000008d4d28e60da08d269461fe3df6042b55382fc8c58b7d97 758 0.57/1.00 vMB 40
491,300 491,300 000000000000000000707e4ae1f98dda09ffeff087a0bedd914f898f5676116b 1,808 1.00/1.00 vMB 83
491,299 491,299 000000000000000000778783bf1bf75a6eef52f19351de9518ddba0d2aa746b8 2,171 0.97/1.00 vMB 42
491,298 491,298 0000000000000000003b8cd2a1f32f4110a047de92a0c345a978dc74dc335493 1,542 0.96/1.00 vMB 25
491,297 491,297 0000000000000000009cc268c0120f397b83a12dcc488a492a8c3448fd4fee54 2,207 1.00/1.00 vMB 97
491,296 491,296 000000000000000000a818e2d16429b89fdd9a96770a62d5d2cf3f86310aa013 1,736 1.00/1.00 vMB 37
491,295 491,295 0000000000000000003eec6e49b8c389ffe9e6be295750d69730c89801091773 1,455 1.00/1.00 vMB 92
491,294 491,294 00000000000000000088049a2d75715d2e9493e816fc26e169deea25efac256c 2,092 1.00/1.00 vMB 136
491,293 491,293 0000000000000000009c3d6c70d4457729669ce587ba991ed6c95c888b4fbd08 2,410 1.00/1.00 vMB 99
491,292 491,292 00000000000000000098e90edb539e8dd0ba3e7badc75ca33e03ccef9fd88cf1 2,193 0.82/1.00 vMB 55
491,291 491,291 000000000000000000a6962efaecfc29550b2fd653268cbe6aaec8c4cfdc04ea 2,106 1.00/1.00 vMB 112
491,290 491,290 000000000000000000b19787af6c14537217c728188657c8a360fb9cad0d6c9a 2,049 0.93/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.