Loading Tool

Explorer IconExplorer

Memory Pool

53,652 transactions
31.95 vMB
0.13424067 BTC
Random Selection Loading Transactions
Max Size: 170.78/200 MB

Candidate Block

Mining Attempt 21fb0ca24b7bf72b9ba264e75e24e9d31c5f6f4860f39f33459c6e005c0a0a52
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 60250667dcc990d7dfd3e8df3ef527c9fa57db788cd01c6a197581dd8ef95971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03627218 BTC
Feerates: 368.10 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (263,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,602 651,602 00000000000000000007bd0871d712946c88c3793e9420d556ce87c4b2aa500c 2,120 1.00/1.00 vMB 37
651,601 651,601 0000000000000000000d14b249921dc84e0918c6be967500c0872e4547f94e06 1,619 1.00/1.00 vMB 86
651,600 651,600 00000000000000000007dde1bbf2fd3db63455689246b075fb30933841a06f32 2,953 1.00/1.00 vMB 112
651,599 651,599 0000000000000000000b055ab50b5c24e74e50ea4bbddcbbee64db6e8e39bc30 2,140 1.00/1.00 vMB 45
651,598 651,598 00000000000000000003f753a4cc559b77ffec2046c8b39392158a0b707138a1 2,276 1.00/1.00 vMB 35
651,597 651,597 00000000000000000005cca8b143872057daff01259296d5b6f20cbc2ed52950 2,341 1.00/1.00 vMB 65
651,596 651,596 0000000000000000000b7385148908b48285ca8c18d6854a6f36de001642b8b8 2,533 1.00/1.00 vMB 101
651,595 651,595 0000000000000000000c96faa2eebae20803618bf1bc43704495815a773e9da8 2,991 1.00/1.00 vMB 121
651,594 651,594 0000000000000000000e52cc33c03007b2dd7934f410f787885c00368a5c8387 2,118 1.00/1.00 vMB 127
651,593 651,593 00000000000000000005fa07eb2d91176ba018c9c0e900a95db385821c69c5ba 2,020 1.00/1.00 vMB 53
651,592 651,592 0000000000000000000239dbdfd4049467e09239af38a1786eefd8e1eeaa3937 2,212 1.00/1.00 vMB 59
651,591 651,591 0000000000000000000e5376b0b8de0f17690c99ce17e02767ec6440f83bd28d 2,693 1.00/1.00 vMB 79
651,590 651,590 000000000000000000022a412cd8ecb40a0d5e8b33060cfdb6d6ca02bf88bd2b 2,822 1.00/1.00 vMB 49
651,589 651,589 0000000000000000000e4ed90cee4d8d7c09c27df3b2e8430dbf2284f0f4f8a6 2,813 1.00/1.00 vMB 71
651,588 651,588 0000000000000000000bed539b3e45f48123c935c88cd3087013ff8c6de72a7b 2,396 1.00/1.00 vMB 85
651,587 651,587 000000000000000000067b0b95d5c82662d5cca712006b472fa1819037cdd5e3 2,537 1.00/1.00 vMB 54
651,586 651,586 0000000000000000000076207dcd58f711a1935a7f56379886b2cc3d9fcfb26d 1,820 1.00/1.00 vMB 87
651,585 651,585 0000000000000000000a4c620beb73a2ed0828c33c88a207957e6a2e3dd6bd54 2,719 1.00/1.00 vMB 129
651,584 651,584 000000000000000000068f9bd570705507fe6e44c1fdb9f378fe38173f406d54 3,012 1.00/1.00 vMB 54
651,583 651,583 000000000000000000040365af81abdc5da857f0aa8417fdd3dc8ea85dd4f681 2,668 1.00/1.00 vMB 74
651,582 651,582 0000000000000000000b35f01dce30c395a7f1283eac9c5e831fbc70525b4e2e 2,559 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.07 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: 651.24 GB
    • Received: 13.50 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.