Loading Tool

Explorer IconExplorer

Memory Pool

80,569 transactions
35.09 vMB
0.20283108 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt 75e0caa515e81cc3b7a849ae9d35fcb2613227ffe3b0964aa174356aabd235b0
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root d7787e2be23903a1e244ea5c3b09faaee22fe9d0b34b571b4effdf08c5ac1cdf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,519
Size: 1.00 vMB
Total Fees: 0.06481962 BTC
Feerates: 477.45 > 6.50 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (140,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,082 775,082 00000000000000000006efdaf6f2bcc7c5f80feb0ea608a196e43fc95f5ed384 2,052 0.99/1.00 vMB 9
775,081 775,081 00000000000000000001caaecef5e98f85ed6c4db2fef1e6be50eec6e9593693 1,962 1.00/1.00 vMB 9
775,080 775,080 000000000000000000038ef472b501402545654e30dc5d7ef0833f1467b42bf7 2,517 0.97/1.00 vMB 11
775,079 775,079 000000000000000000050c2d8bea32a0f1ebb1447568eb401914aa60cf5ed85c 977 0.99/1.00 vMB 5
775,078 775,078 0000000000000000000362dcb86ff343d5d57e5c9a57c14ad58b82bfa5a53930 1,655 0.99/1.00 vMB 7
775,077 775,077 00000000000000000006f19515d1f8b46621f088ec8056084f15dc037c9c0ba8 819 0.93/1.00 vMB 5
775,076 775,076 000000000000000000044d952af5990c1e26c5d38a52b25ccec3ed4df2f0ef10 2,339 0.96/1.00 vMB 10
775,075 775,075 000000000000000000022696fcae382ab2338107643b3fe3eb0de02a435af018 1,202 0.95/1.00 vMB 10
775,074 775,074 00000000000000000005838d0aafb1d3c33ac01c1b406484a37122820a1ab30e 1,035 0.94/1.00 vMB 4
775,073 775,073 0000000000000000000592dd3b01d348d8200e546c1e40958292a3208469487b 862 0.96/1.00 vMB 4
775,072 775,072 000000000000000000027d39da52dd790d98f85895b02e764611cb7acf552e90 1,966 0.92/1.00 vMB 9
775,071 775,071 00000000000000000005d7a5eb49c767565d6b3799cb903d89f681ac4dd3cb88 1,548 0.98/1.00 vMB 6
775,070 775,070 00000000000000000001e5e8b03b961f13cda3b5a79ff8e65d2ca7a0c30fc43e 1,240 1.00/1.00 vMB 5
775,069 775,069 000000000000000000053310ef7b50057cf3d63f6aa4b2f02ac43e6b56db143c 2,372 1.00/1.00 vMB 12
775,068 775,068 000000000000000000029412ec1dfa295a6d8b23e3acc62d9a5c0d9c70ccb4ab 1,148 1.00/1.00 vMB 7
775,067 775,067 00000000000000000005bb81870628334d17dab7f98fd9d58feda2da56aa69dc 1,695 0.97/1.00 vMB 8
775,066 775,066 0000000000000000000682b3073c92038904a0a2625310f8aef0f0e74ed4290d 67 0.96/1.00 vMB 1
775,065 775,065 0000000000000000000043d334bcd56654c5c552757988416e77ed028f25d58b 1,155 1.00/1.00 vMB 6
775,064 775,064 00000000000000000005b02c1738e20ea2fad92c691db03923af6183d74f5937 2,221 1.00/1.00 vMB 9
775,063 775,063 000000000000000000057368e3c1c1576613ef041964f05e64b46bfdc56da128 3,282 1.00/1.00 vMB 19
775,062 775,062 00000000000000000000807aae78897fae484fe41cd4b8b8a3764a33d8fec746 3,447 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.11 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: 736.14 GB
    • Received: 18.58 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.