Loading Tool

Explorer IconExplorer

Memory Pool

76,348 transactions
28.46 vMB
0.06720425 BTC
Random Selection Loading Transactions
Max Size: 172.50/200 MB

Candidate Block

Mining Attempt ff1fa8d83d73b7b33f586eab2a0f3022443b8bc53a583598727b296ff0dc4cb8
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 34948f7db2a66f80244203c60e19fb90b2d26aa8cb3fe8372fdd0bd34c60ed10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,343
Size: 1.00 vMB
Total Fees: 0.00829041 BTC
Feerates: 78.13 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (283,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,977 631,977 0000000000000000000e76cc39b4da8ff77d9987d253cca33995003e650723f1 1,905 1.00/1.00 vMB 136
631,976 631,976 0000000000000000000efb4372dfa9205f9cdd7b7c1070417e92c0ba2eacb4ec 1,338 1.00/1.00 vMB 33
631,975 631,975 00000000000000000003ba1ed73f4fb07b5ed5c441ff9fb31285faa9c978d746 2,187 1.00/1.00 vMB 48
631,974 631,974 0000000000000000000eaad41f434102256269fe0b875e32095213bcc5c0902b 2,225 1.00/1.00 vMB 53
631,973 631,973 00000000000000000009f80f5baa555b7292817843617c177a63e45c48efe81d 2,486 1.00/1.00 vMB 18
631,972 631,972 0000000000000000000904dc09be645bd83c62f1608664dc09d5a9b2b5e4acc4 2,839 1.00/1.00 vMB 28
631,971 631,971 000000000000000000048949d87ff0cb31db2e249d3051a1e7a5ad86648a5e29 2,285 1.00/1.00 vMB 86
631,970 631,970 00000000000000000002157b9edb5c5e6daefbe8d3987bb4a64bc0847f5b3035 2,600 1.00/1.00 vMB 54
631,969 631,969 000000000000000000024024f8bdaa426ad43266cfa0b37f0f9eac6de674e33c 2,679 1.00/1.00 vMB 82
631,968 631,968 00000000000000000010b8c1ad8d87f77fdbd6453bb4a42a0f1e67dd76054cac 2,031 1.00/1.00 vMB 35
631,967 631,967 0000000000000000000207120410242bc856dd1183f02f8aca7c1c91f64bcd5a 2,625 1.00/1.00 vMB 60
631,966 631,966 00000000000000000002abf364b0307b214e56fe168fae0c373be9f7e5bb6cef 2,927 1.00/1.00 vMB 115
631,965 631,965 000000000000000000010e8cc1ed3300c060923754c274e01759a2e3d05fcd94 2,838 1.00/1.00 vMB 22
631,964 631,964 00000000000000000011e608c1c2ff420d6c878938e409e02a693288f659ef1e 2,966 1.00/1.00 vMB 98
631,963 631,963 000000000000000000102868327dbf1d95400ace88d4faf1dbc8f8e7cf2f7494 1,825 1.00/1.00 vMB 34
631,962 631,962 0000000000000000000be954973b390991288a52c5922ab7d3dd94ee61e310f0 1,941 1.00/1.00 vMB 21
631,961 631,961 00000000000000000002ae2fec3d441d6ddb64aacbde2cf84370b2fe38fa9aba 1,876 1.00/1.00 vMB 69
631,960 631,960 000000000000000000003827fd666b7702a803b4c7735d3867684c85c3c32afc 1,353 1.00/1.00 vMB 25
631,959 631,959 0000000000000000000ed7eb1503fcdc87d15682761f486e2d5714fd40567ccc 439 1.00/1.00 vMB 8
631,958 631,958 00000000000000000009f04f1e2da10b9629fd2354af02df293c49306d3bf826 1,270 1.00/1.00 vMB 22
631,957 631,957 0000000000000000000ecf3fb1fd06ffd00dbcb7e0e8053971a46cba8668d44a 1,017 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.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.