Loading Tool

Explorer IconExplorer

Memory Pool

89,183 transactions
33.68 vMB
0.14730446 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt a264edbae58aa1b5ddfbf39c1e573746bb4e5ddd044ac7467bccfdf4b6295885
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root a37d0aa8e13b935f5877c252e493311d9405d67784a5cbbfef80f9b4b1d3c55e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,577
Size: 1.00 vMB
Total Fees: 0.05998280 BTC
Feerates: 469.97 > 6.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (815,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,509 99,509 000000000001c65ac460d93eeb0ab5c114e51f2a04b439c4a9a77b90437414da 1 0.00/1.00 vMB 0
99,508 99,508 0000000000023b68a456a1eaa0f1d193bb233f8fa4bf3edd9ae17a2cd1cc29bc 2 0.00/1.00 vMB 0
99,507 99,507 000000000003c54e20494781a163ac0f795a8b086cb2f86030b278838e1c8589 9 0.00/1.00 vMB 0
99,506 99,506 000000000000ea7e9cde5eaf11fb5ea91f6d255049f6793766e0a71b64b1258b 1 0.00/1.00 vMB 0
99,505 99,505 000000000004120fe79007eeec71ea8dfc52984761c8291ae438c98b75c64ad7 3 0.00/1.00 vMB 0
99,504 99,504 0000000000046a49c12bf0c500b212650214ab92469f9a64d84a39933ca1d145 2 0.00/1.00 vMB 0
99,503 99,503 000000000000313b8418579f907b1ec695216b972f6c9f3a8c41e8ff6fff881e 2 0.00/1.00 vMB 0
99,502 99,502 00000000000234f06145247a779c10cb6d2b949c595d6f7efba2794b23465c28 1 0.00/1.00 vMB 0
99,501 99,501 0000000000029964c7d51f585238f335f4b921b460936efcdc350af7e2e45cd4 1 0.00/1.00 vMB 0
99,500 99,500 000000000002e7ad7b9eef9479e4aabc65cb831269cc20d2632c13684406dee0 1 0.00/1.00 vMB 0
99,499 99,499 000000000002710f40c87ec93d010a6fd95f42c59a2cbacc60b18cf6b7957535 4 0.00/1.00 vMB 0
99,498 99,498 000000000001c295779551564ff52cb08331bdccb6aee5e32ffbe0f367e84ef1 2 0.00/1.00 vMB 0
99,497 99,497 0000000000045a51588b4e7d18f94909e187dbc423cf95b52131dc9423e714ec 1 0.00/1.00 vMB 0
99,496 99,496 0000000000013ddc7a3e3160966eeb0f8a8159a41499044c0f5962e7494ea0b1 3 0.00/1.00 vMB 0
99,495 99,495 000000000001ff6f732e5fc62692bbbcb80cd3ed84b703d0177200314c2d9d39 1 0.00/1.00 vMB 0
99,494 99,494 0000000000005f73f1c126c45b5494271972ead294d782df0c2e26bacb9841f2 2 0.00/1.00 vMB 0
99,493 99,493 0000000000009ae15fb705b504ff5ebe5731f03e510b152fe6e519b11f26a1fb 5 0.00/1.00 vMB 0
99,492 99,492 0000000000038b6bdf91ba496a8bc66db578b3d65b8b68556b4399468b9a818e 7 0.00/1.00 vMB 0
99,491 99,491 000000000000f0cfd26ecf8d118d6487f0b97c41dee2fbb6f7d775cb5a8d3d75 4 0.00/1.00 vMB 0
99,490 99,490 0000000000037445d8375d89fc8c268119ab1392ef698a33f62379a8bcb69aef 5 0.00/1.00 vMB 0
99,489 99,489 000000000000da354d5b8c3eacb19fa6450b466070940e8dc272aacd6c06033b 24 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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.08 GB
    • Received: 14.56 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.