Loading Tool

Explorer IconExplorer

Memory Pool

83,090 transactions
31.33 vMB
0.16074753 BTC
Random Selection Loading Transactions
Max Size: 186.20/200 MB

Candidate Block

Mining Attempt e16aca989216e48594955411192e0a7e1df68d2789ad94a2d27fb93de158ecdf
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 59fe6c6d028bdd8c415b168421e6a7e608bf9634d4d2e6d98d3e7a4daa703ad3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,042
Size: 1.00 vMB
Total Fees: 0.06099992 BTC
Feerates: 269.69 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (21,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,966 893,966 00000000000000000000f0421d7341834ce26442b31a58baf85966a7651ad3b1 2,092 1.00/1.00 vMB 4
893,965 893,965 00000000000000000000dd882742f8be98e9b636b140879509c6729fc6cf8d1c 466 1.00/1.00 vMB 1
893,964 893,964 0000000000000000000045417f51b40ce5f8db15be2b67baa8519a7c8ff75ca1 3,226 1.00/1.00 vMB 3
893,963 893,963 00000000000000000001067b77c09f877f2e5cee1ed26c0e5ab1bb78849c3f34 1,303 1.00/1.00 vMB 2
893,962 893,962 00000000000000000000fa9d9a9055927d8c84055f1e425f455e75d82a15489c 46 1.00/1.00 vMB 1
893,961 893,961 00000000000000000000116858fc3d9669bbc155e43150ba0f39eeec9fc129b1 3,501 1.00/1.00 vMB 2
893,960 893,960 0000000000000000000245ae5a1e77c899a7c8af59bffcf6202b132fcc462f93 2,581 1.00/1.00 vMB 3
893,959 893,959 00000000000000000000274e618dbdcc45f9dc56b5033a305a109d5c4f25e91b 3,440 1.00/1.00 vMB 6
893,958 893,958 000000000000000000013367ae3ed2ccd6566144d0ebb67e1e2a0b8fd7b16a24 1,250 1.00/1.00 vMB 1
893,957 893,957 00000000000000000001cf4ee62217f35b5d99206d20006e16bb82316df404e0 3,091 1.00/1.00 vMB 3
893,956 893,956 000000000000000000012d5c03df6cdfb65a85b4a1d1d444a7dbc127930bca64 3,362 1.00/1.00 vMB 7
893,955 893,955 00000000000000000000d02969b378836421a572afdf530814442c29c4d1212f 911 1.00/1.00 vMB 1
893,954 893,954 00000000000000000001dc7fd62d7216004ee2e6f8688f32e5789f97dea3fbc8 1,028 1.00/1.00 vMB 1
893,953 893,953 0000000000000000000082d65145762de3887849f3c5aa950ae10d3e2e3c39c7 3,044 1.00/1.00 vMB 4
893,952 893,952 000000000000000000019cfe5e69fa98c2d467e9456cc97118a69004aff608ad 1,503 1.00/1.00 vMB 1
893,951 893,951 00000000000000000001b907f655785187fd70e763961de5ed5f9fddca5ac827 2,941 1.00/1.00 vMB 2
893,950 893,950 00000000000000000000e8d0a31841bb0e69ae92547f3941d80c49f6dae65855 3,713 1.00/1.00 vMB 3
893,949 893,949 00000000000000000000bdd163298d691180fca801d598a0259dfa30a16781a1 1,822 1.00/1.00 vMB 3
893,948 893,948 00000000000000000001f1d8db540b9454f2b6c77ee57a697d7ef776f2d68433 2,321 1.00/1.00 vMB 3
893,947 893,947 00000000000000000000e1513125895c26913d57f5e3b6617ef11ec3313cb403 3,679 1.00/1.00 vMB 9
893,946 893,946 00000000000000000002072f37da05d6a545bf2cebe89becc1056a977546b9dd 3,122 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.65 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.55 GB
    • Received: 16.28 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.