Loading Tool

Explorer IconExplorer

Memory Pool

40,261 transactions
29.05 vMB
0.06985496 BTC
Random Selection Loading Transactions
Max Size: 147.87/200 MB

Candidate Block

Mining Attempt bb57bcedad40dc1b2308d7e71314372e411b03c8c6d0a1e00bbb1a5150003cc8
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 5a500214639e55f85a7eb010a6d629a9b746f003c1ab57c2a8833a3bb2158ac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01325556 BTC
Feerates: 497.33 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (159,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,008 755,008 00000000000000000002eb88c8cb64a4c6c84bbefcdbb90733140e552eb15b08 588 0.19/1.00 vMB 10
755,007 755,007 00000000000000000004df955a9e5d5cfa152acea23d9ee0b771e2e5b8ce5b57 1,195 1.00/1.00 vMB 2
755,006 755,006 0000000000000000000421b9d1fd2fe38c26d4b5137864c6154b49c7bb193bad 1,714 1.00/1.00 vMB 4
755,005 755,005 000000000000000000064b8876f6d81f5f88eacc81f7f4089857d296c6937241 2,591 1.00/1.00 vMB 15
755,004 755,004 00000000000000000000d957e12eb2e0bf48bf798434fedf4c63d5e660418974 2,513 1.00/1.00 vMB 15
755,003 755,003 00000000000000000005ce645fa27b58a0c0fb2f52363f09085d4a019b353741 2,059 1.00/1.00 vMB 14
755,002 755,002 000000000000000000083ba5bdb9681956209cf331bb8e7d31a73d636f06c406 2,414 1.00/1.00 vMB 3
755,001 755,001 000000000000000000079e61c49c2571869799030dd84fe0ca0ebec6688a2de1 2,362 1.00/1.00 vMB 10
755,000 755,000 00000000000000000001cc8f1afc116f2b7f6e64f5cac177be48e5511356a0c6 1,604 1.00/1.00 vMB 10
754,999 754,999 000000000000000000023a6924d50aa6236e8f84145c560b183ab3748fad73e1 2,484 1.00/1.00 vMB 14
754,998 754,998 0000000000000000000303eedce80975a8adaa29140975cd18693df559f158e1 1,753 1.00/1.00 vMB 17
754,997 754,997 0000000000000000000059275d54ba63094ea83c5efc514a0a1971b613223e22 3,369 1.00/1.00 vMB 21
754,996 754,996 00000000000000000001f2d0894b1e5f48bce14c561cc47b9c67a2058c32f320 2,980 1.00/1.00 vMB 15
754,995 754,995 000000000000000000038aa475a5e956f3afc55ee85109083ea53f9f7c407b37 2,947 1.00/1.00 vMB 12
754,994 754,994 000000000000000000037d42f9385f21df8400f2500d1193dd542a7f9955b2bd 1,825 1.00/1.00 vMB 12
754,993 754,993 00000000000000000004064d5dbd0a001a0618de526a7f1afc1b189383b62983 3,388 1.00/1.00 vMB 17
754,992 754,992 00000000000000000008550198904d66fbb39e58db3b1bb3776b07dc8c280d18 2,232 1.00/1.00 vMB 11
754,991 754,991 000000000000000000070fc470f223aa61d8e8e176da1eaabf850acea54f7fd7 2,091 1.00/1.00 vMB 17
754,990 754,990 000000000000000000089e13bcbcf9ca875c135f5652d1bde960511d9ed039ac 2,082 1.00/1.00 vMB 19
754,989 754,989 00000000000000000003a11669f8f8631df5c08a7bc8b009ac246680fe9dbb06 714 0.25/1.00 vMB 10
754,988 754,988 000000000000000000046a44d5b02d92d1fc985353a68e2ebfd665fe5d727434 1,216 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.58 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: 622.86 GB
    • Received: 11.40 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.