Loading Tool

Explorer IconExplorer

Memory Pool

45,589 transactions
27.84 vMB
0.07376556 BTC
Random Selection Loading Transactions
Max Size: 145.36/200 MB

Candidate Block

Mining Attempt 23314f6180a7809bd633e99190d97066aa6dbb9f6574a2595a50b4b079976f13
Version 20000000
Previous Block 00000000000000000000872bd86dbc21d0bfba26523e519ffa828ce85b508bda
Merkle Root 3cf75ad1ffd23a8f2ca68fd5294ee98a498f78b107ebe5094b6be602d5ce8947
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,722
Size: 1.00 vMB
Total Fees: 0.01744689 BTC
Feerates: 100.00 > 1.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,889 (196,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,223 718,223 000000000000000000045f7d32d9c1a0100b5b0bf2189f4d4d8e600cb90d525f 631 0.22/1.00 vMB 9
718,222 718,222 0000000000000000000194a7a752cff4e75a7373f66bf6c49547873a83da9eed 1,319 0.60/1.00 vMB 5
718,221 718,221 0000000000000000000121c6003a5aaaba476f7802eb30fcbeaa6dd1b0595291 1,900 1.00/1.00 vMB 4
718,220 718,220 000000000000000000058195a94ec7a75a9d17da14c7b17da357f4e55ef7e4ed 2,543 1.00/1.00 vMB 13
718,219 718,219 00000000000000000004f4a4641949abc9f8d7c97dd0da8aa81ea50b36e043db 3,028 1.00/1.00 vMB 12
718,218 718,218 00000000000000000003c1314e2d8ab9e9b08a14925f074c8d1e63561bdc2791 2,924 1.00/1.00 vMB 9
718,217 718,217 00000000000000000001d8b3151da2516cb0b1d9da8e6abcbcf9b7dd32d874f6 2,524 1.00/1.00 vMB 8
718,216 718,216 000000000000000000039ce0fa9653ffa1a3807680162d6de0a1652f6f110591 1,175 0.50/1.00 vMB 8
718,215 718,215 00000000000000000005539a89c5e2fab76ea7b14796cb94824a61ae90af3e35 1,059 0.58/1.00 vMB 10
718,214 718,214 0000000000000000000b7df597c25e2b9322b40c5b2aa37873ec5985b1b45cce 695 0.33/1.00 vMB 7
718,213 718,213 00000000000000000009f3d1a679642054c55982d6e9be9a751825927ad32fb7 166 0.05/1.00 vMB 10
718,212 718,212 0000000000000000000657a24afa866bc1f9f3d2d66867924d584c9c4913ed57 604 0.23/1.00 vMB 7
718,211 718,211 00000000000000000000da819a8bdda6fac5197e584d14a95dbe42dc13abf93e 3,045 1.00/1.00 vMB 10
718,210 718,210 0000000000000000000764f830fc17ab3ac9813a53a9cc221659cb658d439f21 191 0.06/1.00 vMB 9
718,209 718,209 00000000000000000008e1de5a7eb372eb0fd2e6291bc3be1b989cedd5264c68 777 0.23/1.00 vMB 10
718,208 718,208 0000000000000000000256cfb104fae376fdf58161fabc8f02d73234f19b3429 2,791 0.91/1.00 vMB 9
718,207 718,207 0000000000000000000a3cfa6ff29a4693ef10ea8ce21435d9dc4bf592a86e3f 662 0.20/1.00 vMB 9
718,206 718,206 000000000000000000021895805595cd7bcc1d4aca7d2c53e59b45109948ef74 1,886 0.78/1.00 vMB 5
718,205 718,205 0000000000000000000b1ba52982f4a212884f2d442c35f1d88fe30b1d36d638 718 1.00/1.00 vMB 5
718,204 718,204 00000000000000000004b67dd387084606159c999b57534b35f10799030a0e11 2,326 1.00/1.00 vMB 12
718,203 718,203 00000000000000000001b3267aef0c87bdfb5e03fe2e46bc642febd521d0dcf9 1,434 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.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.