Loading Tool

Explorer IconExplorer

Memory Pool

81,799 transactions
30.32 vMB
0.16838026 BTC
Random Selection Loading Transactions
Max Size: 183.07/200 MB

Candidate Block

Mining Attempt ca6f6b79dcf9bdfcd0f168067fb59df38e5d25254cfe068c72d12b1a35b10c39
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 767553ea99e5a8276c2aec4a7e3fa41ecbefbfc9494418d2139d0f9c2c4fc8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,331
Size: 1.00 vMB
Total Fees: 0.09204088 BTC
Feerates: 502.67 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (50,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,892 864,892 00000000000000000001e67371dd779102331f02f9af440c1d90b813c6fa8973 5,402 1.00/1.00 vMB 4
864,891 864,891 0000000000000000000093ceed8d2ace1c47a57243f846806a29bd79ebc59e58 5,469 1.00/1.00 vMB 3
864,890 864,890 00000000000000000000401d857b9750883c63da164a6b3bd99b32e3f31530c2 4,956 1.00/1.00 vMB 3
864,889 864,889 0000000000000000000047a4a52d4656eefd49bcfe310c55c961a5633dd5b71c 3,681 1.00/1.00 vMB 3
864,888 864,888 0000000000000000000299348f365b0cc04db5e8470140af638fb3af0c9da138 4,878 1.00/1.00 vMB 6
864,887 864,887 00000000000000000001afb68a00cea0a5a182177d5e3a08656713ce19e07a4f 5,575 1.00/1.00 vMB 3
864,886 864,886 0000000000000000000225cf987a53218e96be9cbfe4b7aa05e1880d9ee61377 5,612 1.00/1.00 vMB 5
864,885 864,885 00000000000000000002f4fd01c2d1600cdceca03d541234fdc092359b975f74 4,925 1.00/1.00 vMB 4
864,884 864,884 000000000000000000027177cd2b92241db5b8a12906fe58c29591523e0af668 4,828 1.00/1.00 vMB 3
864,883 864,883 00000000000000000001defe95b82f3ba846cd4fc637a7cfe2974cb4baf8b55a 5,559 1.00/1.00 vMB 3
864,882 864,882 00000000000000000002a0d4d44f0e082689558ce0bf6ec116d347f0f48a2139 3,103 1.00/1.00 vMB 5
864,881 864,881 00000000000000000001ba110a485e89cc0b05ee30f6c3759b7fe1dcbcb933e2 4,095 1.00/1.00 vMB 11
864,880 864,880 0000000000000000000134f02dad9643b52ae1f0afbe4d21feeb2712839cc4c3 5,290 1.00/1.00 vMB 15
864,879 864,879 0000000000000000000079377bf94b65fc3e3c746252ff392dc3267606883cf6 7,332 1.00/1.00 vMB 25
864,878 864,878 000000000000000000009bd0fd12e6850d8003e7f446496793b2421c6a5f0bda 6,597 1.00/1.00 vMB 16
864,877 864,877 0000000000000000000162400f6ed06f6d5738a911a6a8fc3af5f90d53e7c306 5,244 1.00/1.00 vMB 4
864,876 864,876 00000000000000000001d545b28a3219ec8eb9674ba950b96d90b4b127beeb43 3,067 1.00/1.00 vMB 2
864,875 864,875 000000000000000000020bfc8fac07f5837685cdf1ffb3e000ed48216348595e 4,298 1.00/1.00 vMB 3
864,874 864,874 00000000000000000002897179f5c7fa206388ce2d04c03b54f23d645715235a 2,509 1.00/1.00 vMB 6
864,873 864,873 000000000000000000023419b7a2dd45de058c82decc2b27a92ffe44f215a7fc 3,716 1.00/1.00 vMB 13
864,872 864,872 000000000000000000026bb6866043fbfbe79cd44cf1ca419f6fc070acab7078 4,236 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.