Loading Tool

Explorer IconExplorer

Memory Pool

78,731 transactions
30.03 vMB
0.08985643 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt 720c5dfd9c7bc0a72f5346dab99aac6bd58920e6d9eeb31d213704b0eadd75e9
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (323,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,895 591,895 0000000000000000001228307b11a38f14eded593b781ce44304774dfd962d10 1,113 1.00/1.00 vMB 2
591,894 591,894 0000000000000000000ba61f79d4bd0d074332f84bea38fbcd88225e579394c8 644 1.00/1.00 vMB 5
591,893 591,893 00000000000000000001b61213f2d508d19f9799cdeb8b0bac54f5d1ce788e79 656 1.00/1.00 vMB 3
591,892 591,892 00000000000000000006fd28b51ad8126064ba07930db5c2051614d9fe2b3cb8 2,128 1.00/1.00 vMB 5
591,891 591,891 000000000000000000158092ed4c6d400aad9270d3b7bf49d99fe1a26bab9ba9 2,756 1.00/1.00 vMB 16
591,890 591,890 000000000000000000186a5b8ca42a5957ff4ac9e5fc5893c64b3ab88ace767d 2,688 1.00/1.00 vMB 19
591,889 591,889 00000000000000000008df31f167addc99ae7d6305246065426c5299e77170c6 2,537 1.00/1.00 vMB 23
591,888 591,888 00000000000000000013ab8926bc2cd7f5bce83bef594a05b2e11a6d9967375d 2,290 1.00/1.00 vMB 16
591,887 591,887 000000000000000000126c46583e6d0f6c1b7e67247e671714dad78e1c7d21f3 2,263 1.00/1.00 vMB 32
591,886 591,886 00000000000000000016810e9c7a0f404a2f4f1df959347c49f6eb472afd93e8 2,800 1.00/1.00 vMB 26
591,885 591,885 00000000000000000017276d5c1c29dc76d03398cd6ae5d5420af2ccb0036b2a 2,031 1.00/1.00 vMB 12
591,884 591,884 0000000000000000001a340d7a2874e3e12185ec87996e82ecdb831035090610 3,171 1.00/1.00 vMB 31
591,883 591,883 0000000000000000001610be8c92eb11ccb7b15e353d025a561d90e8980e898f 1,566 1.00/1.00 vMB 11
591,882 591,882 00000000000000000014a7f2307f8bf62a396d0ab671e5d80ef965006d8079ab 2,272 1.00/1.00 vMB 27
591,881 591,881 0000000000000000000e2a31ed4d56e83839a38e3e9e0ee6d495669c8cbc9010 2,160 1.00/1.00 vMB 20
591,880 591,880 000000000000000000173265b47dad1d8d388546708de2f57a0fe392ed544340 2,236 1.00/1.00 vMB 14
591,879 591,879 0000000000000000000478ddb5d6c0b556a95a38f2cc8d03f83e3c2422248540 1,887 1.00/1.00 vMB 10
591,878 591,878 0000000000000000000816abd0440431f217ee9fcd13e8f4fd4c20d6313801ca 2,743 1.00/1.00 vMB 26
591,877 591,877 000000000000000000058bf4c0aad39828ab5ddf16f3de372902480ad443e6be 3,132 1.00/1.00 vMB 37
591,876 591,876 0000000000000000000d3a196d09631d6d63cf255bd784f1e02adb6047229453 2,707 1.00/1.00 vMB 28
591,875 591,875 000000000000000000158d0f0c08dedac51a4b45dcf44ddcf1b571bbc9c18492 3,416 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.34 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.