Loading Tool

Explorer IconExplorer

Memory Pool

36,410 transactions
25.81 vMB
0.06108709 BTC
Random Selection Loading Transactions
Max Size: 132.10/200 MB

Candidate Block

Mining Attempt cd2c1ac7fadd01d09acc085c3e3b3edc8ffe6d4bb3407b122d5e135e61b467e3
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root f130fa30453ee12fc793cc238f985bb914deb76a6fccbbebefc6b0ec6a86960f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,826
Size: 1.00 vMB
Total Fees: 0.01384892 BTC
Feerates: 151.11 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (457,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,984 456,984 000000000000000002277d80da3afb7f8864b6e7fb375723e4f544b7de3af974 1,957 1.00/1.00 vMB 89
456,983 456,983 0000000000000000019affc8631527562a6c8e66ea5ef7f0c7bb06e698ed1a5a 1,984 1.00/1.00 vMB 176
456,982 456,982 000000000000000001edb7457a55a048c88ebf98cbeaf305fae8d067b5f0e697 1,053 1.00/1.00 vMB 77
456,981 456,981 00000000000000000157317c35e4d774823dd2553050a9ba52caf722c6b325a7 2,252 1.00/1.00 vMB 151
456,980 456,980 000000000000000000bd3ef5a5074f439a4d65ecdb6029d8b8c9d2721009bdb6 1,960 1.00/1.00 vMB 161
456,979 456,979 00000000000000000067b5291d7e39cc49893b6050ff16d35962a2dbb22233f9 1,635 1.00/1.00 vMB 97
456,978 456,978 0000000000000000018bd52cee4efde670a36325d5b75a42ecc49ba126102cc0 1,388 1.00/1.00 vMB 119
456,977 456,977 000000000000000000e1a57061ab32fa12eab75879e9eb559cced93bd90cc44f 2,631 1.00/1.00 vMB 119
456,976 456,976 00000000000000000007092904379c05964bcbfdfadba6ed76199a00a5ef7dd0 3,167 1.00/1.00 vMB 153
456,975 456,975 000000000000000002558425738268945673e77fbfedbdd424e8a3c817fa14d0 1 0.00/1.00 vMB 0
456,974 456,974 000000000000000000d01cb8d3485a4ab5746c342a28afffeb1c7f5994393a00 2,328 1.00/1.00 vMB 174
456,973 456,973 00000000000000000021bd3399acd3ffba93873420cd9ca09d2479285a5af903 2,127 1.00/1.00 vMB 233
456,972 456,972 000000000000000001eb6f9087bd55182c56b4112e1666441269ccd4dd5672a0 1,716 1.00/1.00 vMB 119
456,971 456,971 000000000000000002093dd0483270d963ec373cdf2874f6883366a74322c9d4 2,526 1.00/1.00 vMB 185
456,970 456,970 0000000000000000004a1b9107c9548f6752df46f16fe830a4979eb9a74c96e3 2,852 1.00/1.00 vMB 131
456,969 456,969 000000000000000000546f0bbf11e4c6971bccde37e03cea9c22a68363b72d81 2,384 1.00/1.00 vMB 207
456,968 456,968 000000000000000001fb7e6f6c73c303aaa60e2220a219b7a4831e6147cb0376 2,636 1.00/1.00 vMB 158
456,967 456,967 00000000000000000161390c281f7ca4313c6d474769900ddb07724f59dc3402 2,068 1.00/1.00 vMB 177
456,966 456,966 0000000000000000021e6b001eeb4bc55ba561ca777b4788fcfe2c17adaa3e29 1,235 1.00/1.00 vMB 139
456,965 456,965 000000000000000000e0175a1abb70cf2d02bf252111086a4e44cd542650aabc 2,768 1.00/1.00 vMB 127
456,964 456,964 0000000000000000009f963d7106bc3352349711a54f1699c62b44f6c3dd5cf2 1,942 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.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: 635.02 GB
    • Received: 12.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.