Loading Tool

Explorer IconExplorer

Memory Pool

83,409 transactions
32.12 vMB
0.10396082 BTC
Random Selection Loading Transactions
Max Size: 190.97/200 MB

Candidate Block

Mining Attempt b2a2c68d9a1bca179d51e61d2165f8cd76aeaa8075f1852edda18d070380ac40
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (179,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,083 735,083 00000000000000000005fa3ba06ef7fbb7214ef3a6db4b28ec0820ac191ec261 2,897 1.00/1.00 vMB 7
735,082 735,082 00000000000000000008347ec6d3654269a3ebde8d3895f6c9fd225e03c9cf96 1,260 1.00/1.00 vMB 6
735,081 735,081 0000000000000000000168c888908119a7f8b8adffe91c4e38bc7f7d8151e13b 2,835 1.00/1.00 vMB 16
735,080 735,080 00000000000000000006f0314458f31755e770e925d87a13ef50600987016948 4,547 1.00/1.00 vMB 6
735,079 735,079 0000000000000000000177dc57e8c836a0c8aeb22de8857cd1a37548f189f766 2,268 1.00/1.00 vMB 9
735,078 735,078 000000000000000000067370a0a3582170b8a378fe61007d1945f0dc636a6c02 2,775 1.00/1.00 vMB 16
735,077 735,077 00000000000000000001b5ddb43ad9f3f57d2d9ae44348f24ebee786286067a8 1,979 1.00/1.00 vMB 21
735,076 735,076 00000000000000000000fb9d05c3b55d161cfe83816d7d520c253d8edea69f7a 2,546 1.00/1.00 vMB 14
735,075 735,075 0000000000000000000002acfc4d7652518ad9a144e5cc4dc55177b527d6cf4b 2,960 1.00/1.00 vMB 22
735,074 735,074 000000000000000000001dd988a437a6e0964a15ae5cb4035a818860e70ed1e7 2,127 1.00/1.00 vMB 18
735,073 735,073 000000000000000000092b248da6fca3754f64d7e032536333d34dd107943455 3,416 1.00/1.00 vMB 15
735,072 735,072 00000000000000000008813a549fc5538053e6c68df43849e143248da70cb2ad 2,685 1.00/1.00 vMB 27
735,071 735,071 00000000000000000000e81f48880a445fea359c91966ee4460d4a45a1a3a881 1,019 1.00/1.00 vMB 10
735,070 735,070 00000000000000000002fc4f3bec69103a2483f8d4b38cb09e7b1d5da1cdf7bc 1,315 1.00/1.00 vMB 9
735,069 735,069 000000000000000000091806b47571d237cf81ac72a23e3ae3173a581735c1bc 1,962 1.00/1.00 vMB 12
735,068 735,068 00000000000000000004d429dc3008e6dc8e54292c3acfc3fd443e1bc057118e 1,970 1.00/1.00 vMB 20
735,067 735,067 00000000000000000005aec41a3c27239249ffb1e344336317a7d5746d7cee17 2,403 1.00/1.00 vMB 13
735,066 735,066 000000000000000000036e66b36d23f2a082acc10a8d88c62df52b26ad5ccf04 3,110 1.00/1.00 vMB 20
735,065 735,065 000000000000000000015783a31ea27e578717d788f98b8b152b4f543c5baf5c 2,068 1.00/1.00 vMB 11
735,064 735,064 000000000000000000050f6283a7d1888384df64bbe1fb04311a2d808eb109b3 2,821 1.00/1.00 vMB 15
735,063 735,063 00000000000000000005619eb776b4b25661e1cac9f31cfb24e69d55b68be971 1,547 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.