Loading Tool

Explorer IconExplorer

Memory Pool

84,966 transactions
31.86 vMB
0.16832011 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt cc0ce5418d56b4921c9eb6a805cb79fb66eb65c5f2caa6d81082657e1c9d46ba
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 80503cc53fec803fc5a0a295fb3ac84d8b85c57fa78a02e538c179d3d0249355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.05341130 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (377,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,722 537,722 000000000000000000137e9eb26ce91e9b9f0df0ebe0c5f45e9408e72dbf4990 2,037 1.00/1.00 vMB 19
537,721 537,721 00000000000000000008c89a0b8b301af3bf1312842082ca5e5ea78f34e4dd49 2,826 1.00/1.00 vMB 22
537,720 537,720 00000000000000000011f0b5724d493e13a0f0db94f790fc88b8b4a8f9179fc5 106 0.05/1.00 vMB 20
537,719 537,719 00000000000000000016a5e80c5aea91a52df7211df19eaa0ec9a57c23775fc8 1,913 0.71/1.00 vMB 24
537,718 537,718 0000000000000000002a07f0b3b2d62a876d85e25fb98915af76b44a02408cd4 421 0.13/1.00 vMB 25
537,717 537,717 0000000000000000002bd7191e5e07962ef919b09cde949a7e29a7e3bb2b666e 263 0.10/1.00 vMB 25
537,716 537,716 000000000000000000140023a6d2044f44841d8dd3a232f3affa5ee1cda99798 1,818 0.63/1.00 vMB 31
537,715 537,715 000000000000000000268815c54d8bc0bbb05af8cb421e1bf0c8bfd94f63d099 667 0.36/1.00 vMB 15
537,714 537,714 0000000000000000000506eb03478795d76b978afb0356aecb7b8a5ee94994fc 1,363 0.72/1.00 vMB 26
537,713 537,713 0000000000000000000a2b7182c895123966a84aca06082a632b987f8edcc87a 1 0.00/1.00 vMB 0
537,712 537,712 0000000000000000002b25093688bef6a71065f9fe2a97b5800b10839877f33d 828 0.27/1.00 vMB 26
537,711 537,711 0000000000000000000960230dbb80d36565a01a04dec2c52b7e6002e194d8aa 1,738 0.64/1.00 vMB 34
537,710 537,710 00000000000000000010e55aa4708fd40bd716fdaa91258c11522f952d3b1fac 1,893 0.63/1.00 vMB 24
537,709 537,709 0000000000000000000832933e5d69c3447aea771042b691009db90a3561bab2 833 0.40/1.00 vMB 41
537,708 537,708 0000000000000000002477be322049d1ebcbbbcd3fcdeefa8e2aebace1b3d963 298 0.10/1.00 vMB 21
537,707 537,707 00000000000000000017585904868123a72603f9eb39e2c96f0759d61f8d42b8 920 0.36/1.00 vMB 16
537,706 537,706 0000000000000000000baa9da086dab15db9307966623f71e38e156d9df27d82 282 0.08/1.00 vMB 32
537,705 537,705 0000000000000000002a191957bc7ad2a2c3c02f2882db02bfbf29eaae8dfc84 118 1.00/1.00 vMB 1
537,704 537,704 000000000000000000253d1dd2a8afe1d4fb19877681d8a92ddb5477aaff1cbc 2,748 1.00/1.00 vMB 23
537,703 537,703 0000000000000000001a285e638ad8f3d4daa033f127bbadd330942d0572d970 596 0.21/1.00 vMB 31
537,702 537,702 0000000000000000002110cdd7a3320ad477c2503ba6c03f15a1cef4424abe6b 1,941 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.