Loading Tool

Explorer IconExplorer

Memory Pool

23,368 transactions
10.49 vMB
0.03467073 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.42/200 MB

Candidate Block

Mining Attempt 6a9f41014791a8f652e677f0c865717801cc8f666aaccc5839e30956e2063227
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root b93e2eecdedcb4532b28b243fb2bd1f74f115e094f74ca2a7bf88482391cdae2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,430
Size: 1.00 vMB
Total Fees: 0.01739352 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (651,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,445 262,445 000000000000000395f45a58eadac49e92116920ae9e7407a454012d78503b66 20 0.01 vMB 77
262,444 262,444 0000000000000007b79f26fdbee53e9880168a93d306932f56617f3e24f66072 125 0.05 vMB 80
262,443 262,443 00000000000000126d5f849cafc76013e82d32037a11bdc98b56f05e3a74db7c 336 0.13 vMB 113
262,442 262,442 0000000000000016712c87d6d1fda96e3b1710ba9d9374e83216759189cf72a9 200 0.10 vMB 80
262,441 262,441 000000000000000289b54210ceacd591232464d76179a3b5fb59e7230d8be5a0 328 0.16 vMB 82
262,440 262,440 000000000000000ae65ba0341ac66c8d4c558286da71ac5bc5b72cd79474d9d8 427 0.18 vMB 87
262,439 262,439 0000000000000015e7fdb9db3a29d18ffcf2b982132c28c5b86acfdbf1769461 39 0.02 vMB 70
262,438 262,438 00000000000000167e418a43ea65f05e81bcb0811eab04b7e7ae8a4a9a53281f 58 0.03 vMB 14
262,437 262,437 0000000000000001f333437afa5bccd3862cbe6657e4de01fae967bbbc874833 208 0.09 vMB 60
262,436 262,436 00000000000000061e70c06e11279db842e370325f9ed8493c09111d9ab5fa18 332 0.18 vMB 40
262,435 262,435 00000000000000052b0d51eb2aa71536caaa6f9beb96f65b070fd668bfa57c46 550 0.25 vMB 93
262,434 262,434 0000000000000009a4a974c64139e795f78ae74c730967a970d14ada3c03b153 663 0.25 vMB 121
262,433 262,433 000000000000000b2e0b8690d3c2aa3906b6c22395b2834491735ac409d52d08 1 0.00 vMB 0
262,432 262,432 0000000000000007315622fe63849d0829ca44a3a6da0c928c37b2a729ad073a 497 0.25 vMB 103
262,431 262,431 0000000000000005d95294cb55a937683fe31a62929f71a79c3c2fe73a8907fa 158 0.07 vMB 78
262,430 262,430 00000000000000128081eb2bf3a71ff7f81d911e7620f7d09dbfc2fcd1a01aec 310 0.22 vMB 73
262,429 262,429 0000000000000006a179f93dd66c9f8f6ec2b080804d731912fa2b0a952900a4 292 0.21 vMB 65
262,428 262,428 000000000000000ba5071c697d925d5173811bec663ac77133b3d4cbe940f068 375 0.18 vMB 111
262,427 262,427 0000000000000011793ced841cdce4dba16e799ec0a620eb5dc3191ec0bb93f9 605 0.34 vMB 63
262,426 262,426 0000000000000016ad614334a0aea72e0a13cc44f4cda8d29417c4797de29c9f 559 0.25 vMB 127
262,425 262,425 0000000000000007c94e969b5b06a10dc49907593a387554d5233b1b0e76f05e 580 0.25 vMB 62
Previous 10 blocks ↓
Total Size: 779.80 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: 407.25 GB
    • Received: 2.13 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.