Loading Tool

Explorer IconExplorer

Memory Pool

105,864 transactions
20.27 vMB
0.06148736 BTC
Random Selection Loading Transactions
Max Size: 158.40/200 MB

Candidate Block

Mining Attempt 3e09df59ff5352a7b5c9f0a9fe13646edd74f6c9b7e44452eed283f1ac5b1a17
Version 20000000
Previous Block 0000000000000000000087fcc519cdf045ad7547ba63494077b390c97ab01d56
Merkle Root f3692458d3f3c30287db81675d2db619b647b55085478f1d7fbc21f5c43c6c9e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.01235304 BTC
Feerates: 150.74 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,706 (54 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,652 916,652 000000000000000000015f9d55ac368a9c44ec9702b128470365c94200015318 4,756 1.00/1.00 vMB 1
916,651 916,651 000000000000000000005c92e69810091214ebee0263133593284db3497e287c 1,754 0.49/1.00 vMB 3
916,650 916,650 000000000000000000008c2e5320a18e5b1a9d9633b1f5cdc5ea01663ab86639 358 0.09/1.00 vMB 2
916,649 916,649 00000000000000000000abaf6959f340cac27bed087d53777de256666f65373d 4,038 1.00/1.00 vMB 0
916,648 916,648 0000000000000000000133f108e7a2c8069d96de6d6d7fdbf7888d62585cc9d4 3,586 1.00/1.00 vMB 3
916,647 916,647 0000000000000000000055062f4eb1f9859b0c0b8f0763318736cf758262a861 5,205 1.00/1.00 vMB 1
916,646 916,646 00000000000000000000f2bb9a2e6f6c03d04c8c97d13b6ad4be5e2eff04ab4e 2,087 0.78/1.00 vMB 2
916,645 916,645 000000000000000000007af45168f24db84b1fb4cac8e94cac73ff35cacaf761 2,984 1.00/1.00 vMB 1
916,644 916,644 00000000000000000001f60610e1f5728046a87405518dd7706df9a072257849 2,960 1.00/1.00 vMB 2
916,643 916,643 00000000000000000001550b67413c9011f46c3c677c792d3e37ede3cd2acfde 2,707 1.00/1.00 vMB 2
916,642 916,642 0000000000000000000161938a8fc9f130b53c3f5900eb41be6c65bdfb235a81 2,638 0.71/1.00 vMB 2
916,641 916,641 000000000000000000001496cf8c3e09383848e40a9467a8acea96e630d4dbde 3,422 1.00/1.00 vMB 2
916,640 916,640 000000000000000000008541d8a06e2e822dbad986c26a2e051bb7c945b42df1 3,226 1.00/1.00 vMB 2
916,639 916,639 00000000000000000000e9be9a2f508c4018e8c71b1d93727c7971d68bc8c832 3,616 1.00/1.00 vMB 3
916,638 916,638 000000000000000000007cb66bef0d9a810cb1e8e3d4d45e4e9d0f7f7e994267 2,745 1.00/1.00 vMB 1
916,637 916,637 000000000000000000006035482f71403bed80f74f47dd4e46a7bc44f33a61a7 2,203 1.00/1.00 vMB 1
916,636 916,636 00000000000000000001a54579f32327c23c012f018957da7ae40a72763ba8b1 3,926 1.00/1.00 vMB 3
916,635 916,635 000000000000000000005d13ff538ff3dc6958505cb2d67817a01c2ea499d9e3 3,684 0.99/1.00 vMB 6
916,634 916,634 00000000000000000000f879c5361dfbad84a12c72477dc3fa5acf037eb7bd26 3,213 1.00/1.00 vMB 2
916,633 916,633 000000000000000000001f45f734d00be7855691e580b7616994dcd0e3848201 3,930 1.00/1.00 vMB 2
916,632 916,632 000000000000000000019567b3b2a92d925336040d8cc29dbc63989896659136 3,771 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 785.32 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: 958.21 GB
    • Received: 28.62 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.