Loading Tool

Explorer IconExplorer

Memory Pool

44,354 transactions
27.41 vMB
0.08190396 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 74c11d5eb36c9f2fe54d5709789b02de4a07bff694ea37f2747dce7b931859b0
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a0ebca0180fd3208dd58ced97f08a0544c7e976cfd35be746cc01266f324663f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,489
Size: 1.00 vMB
Total Fees: 0.02804829 BTC
Feerates: 150.77 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (436,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,065 478,065 00000000000000000037b6cbb8a29581f9c0a323f8c14e60adec434e2d0af864 854 0.72/1.00 vMB 117
478,064 478,064 000000000000000000c1d42ecd9db0b741d36323f4d97a1ea079788ead44e6c7 473 0.23/1.00 vMB 142
478,063 478,063 000000000000000000d09585321fcc8535505e87cd66aaa402ac7b1501942f2c 867 0.77/1.00 vMB 124
478,062 478,062 0000000000000000008987b70cb2bc48e9c670ff4b7d8cd17b64f68e21c14c63 1,262 1.00/1.00 vMB 120
478,061 478,061 00000000000000000077ec2249bd5635244183fbde7088f33c34e4e63934f51b 1,158 1.00/1.00 vMB 105
478,060 478,060 0000000000000000002efc240da85b16fdcaa0ed5de19481797291fd153949db 641 1.00/1.00 vMB 13
478,059 478,059 00000000000000000139f00fb5619f60df2ea7382939bd03b95a3d671248eb4b 1,068 1.00/1.00 vMB 61
478,058 478,058 0000000000000000012f0e4974243ef26af7317366ffccdaac013105582d34c5 699 1.00/1.00 vMB 36
478,057 478,057 00000000000000000094c2fdb70a5b2ff7e0ddbf664eb63d08d0215151c8fa5b 1,104 1.00/1.00 vMB 101
478,056 478,056 000000000000000000882c0d46739c0bfedc2cd6d4a791fef9907808efff05cd 991 1.00/1.00 vMB 128
478,055 478,055 000000000000000000715a862bc9f1d625cb013f37ece08eb2bc8ceb1eb17c1a 374 0.28/1.00 vMB 115
478,054 478,054 000000000000000000ef37e163aa0c56a62fc8f2d23eed4f8b89cb9c3ba76e53 1,097 1.00/1.00 vMB 36
478,053 478,053 00000000000000000055fc5df0314a30d4e9ea8dfe7ea4202b17eaf0fbcd4465 1,864 1.00/1.00 vMB 160
478,052 478,052 000000000000000000bce517c3f68ec75dc362a6c656b08ae9e3db4811a46a2b 1,801 1.00/1.00 vMB 75
478,051 478,051 0000000000000000008a3fc75e95840bbb31bbecd8ab873427a5cfbf936f5a86 2,185 1.00/1.00 vMB 117
478,050 478,050 00000000000000000020ee4bc40c554e308d9932b35fc8d0a0e2cb402c88adb0 1,866 1.00/1.00 vMB 78
478,049 478,049 00000000000000000051e43b379377b3531d561a8d6c2edf906ca1d0f9fe35eb 644 0.41/1.00 vMB 161
478,048 478,048 000000000000000001253f772b088fe962b263ea6014ee5494df9cb64db3aba6 1,273 1.00/1.00 vMB 46
478,047 478,047 000000000000000000b09bae068fecbe282f94b900ec85f726202d1f307223ef 1,457 1.00/1.00 vMB 152
478,046 478,046 0000000000000000005b38cc9130bc8b09ac4fa80edfe60821d5ceecf92ea54d 1,758 1.00/1.00 vMB 94
478,045 478,045 0000000000000000006ac9697256af8019580f19ace6e0c0d0b421077595bd0e 1,468 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.