Loading Tool

Explorer IconExplorer

Memory Pool

77,976 transactions
29.52 vMB
0.08889049 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 4e227ab4b2c6f66ec86b3d6ea94a87eb78a2c8db2c7484c4b110b6e1f6972b4d
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 5af8929d9ac1df837f9daf6a73609b6aa22c3b011c25cf5d1fba5231691cd5db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.02404797 BTC
Feerates: 477.45 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (55,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,005 860,005 00000000000000000003136841619d519858c897f555e1e2972125c163368378 3,501 1.00/1.00 vMB 8
860,004 860,004 000000000000000000008be954b8641ca598b5bc8784253ea8c2547efb1a779d 4,338 1.00/1.00 vMB 4
860,003 860,003 0000000000000000000259b8b58c00f90b7c89173e8a9418d9cefb600601eaeb 6,288 1.00/1.00 vMB 3
860,002 860,002 000000000000000000020c0ad748d78767d986e881259ba6de0a6e62cf946cf1 6,718 1.00/1.00 vMB 3
860,001 860,001 00000000000000000001b3fc0c62b55c57a0d46b4069100ab041af9c345a1059 2,974 1.00/1.00 vMB 6
860,000 860,000 0000000000000000000095dd5c0c8e176a6498eb335c491b96df1a1ae178bfbd 3,625 1.00/1.00 vMB 5
859,999 859,999 0000000000000000000196a7111c7aa3368af5a803a81c7bfb32860100dfd9c7 7,560 1.00/1.00 vMB 2
859,998 859,998 00000000000000000000de531aab72aa763d8f1dea92efdb47c96ea5d209b8ef 4,074 1.00/1.00 vMB 4
859,997 859,997 000000000000000000028c2e4e0e6e83da708aabf189b252e5f8f62cbd090053 3,677 1.00/1.00 vMB 6
859,996 859,996 00000000000000000000bc91fb6007041636f724770df4d16184af479102c69e 4,965 1.00/1.00 vMB 5
859,995 859,995 0000000000000000000124d178d6056cf493873ba3a865eb2a4fc64e2e9b2ccb 6,290 1.00/1.00 vMB 4
859,994 859,994 0000000000000000000220ed045522462a2a96bc3e3898364f19dad67fe842a8 7,332 1.00/1.00 vMB 3
859,993 859,993 00000000000000000002e66a5fe60350d7a5900c797dde1ac989e36de05e2cf3 7,671 1.00/1.00 vMB 2
859,992 859,992 00000000000000000002f0aba7c60667df80ee657873bfa22e5dba80f13fafcb 5,290 1.00/1.00 vMB 4
859,991 859,991 00000000000000000000a81bef5b76b6edda386a7ab3d816b4440a032b71e22c 5,336 1.00/1.00 vMB 4
859,990 859,990 00000000000000000000d85ba7b65a269b6a2e7809e752ecc09ad369a88e67fb 3,365 1.00/1.00 vMB 6
859,989 859,989 00000000000000000001d148fec6fde915dd03dac3a91a5d49f6a15125c35874 7,125 1.00/1.00 vMB 3
859,988 859,988 00000000000000000001cbb4a38ac42e7eff6cd88b0edcd7edd87f798b8f1622 4,713 1.00/1.00 vMB 4
859,987 859,987 0000000000000000000088208a3384e8745b0cdc7c7f24843126acb55d2587c8 3,550 1.00/1.00 vMB 3
859,986 859,986 00000000000000000002d01e350246870bd0b741d584f638487dbcaa932fe1c3 1,761 1.00/1.00 vMB 4
859,985 859,985 000000000000000000028c6f64dda1217dd09de479daebfd8898cee93e0eccce 1,093 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.