Loading Tool

Explorer IconExplorer

Memory Pool

17,466 transactions
8.12 vMB
0.06998811 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.45/200 MB

Candidate Block

Mining Attempt 11aa5444bfb1a57bbf2dc9e1041488c5d46d061c4efa51b522f4a1dfab5cfeea
Version 20000000
Previous Block 000000000000000000019987a89bada612ec70cde69c7f34499dd2f58a4f2805
Merkle Root 0c4d6db822e4ac07bba3ebe8e8662484cedcb965a4109555e5e87d004dac04ea
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,334
Size: 1.00 vMB
Total Fees: 0.05293167 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,400 (751,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,522 161,522 00000000000005dbac37d1698800c5ccde7ecebf4d5ae5b21dd143748534c775 42 0.02 vMB 122
161,521 161,521 000000000000023ad5c596792c86975faef05c4c4fc3591cc7f059e1371ba991 55 0.02 vMB 82
161,520 161,520 0000000000000cb784a7d82f9667e70155c99b2483935094a32d52f3055ad855 67 0.02 vMB 96
161,519 161,519 00000000000009895298dfabab4260075fd837a008d3dd7bf1902bc31bce6910 69 0.02 vMB 134
161,518 161,518 000000000000092d11c99b371039fe979a70b827f754d70c0db92cd48991079f 81 0.03 vMB 33
161,517 161,517 00000000000005534376b6e0cab7ec966be146cd07aa3e8c731dc4f2a0fa5b75 33 0.02 vMB 0
161,516 161,516 00000000000000449c1bfd10eb178edfcf0606290b71e452bd260fd09d63eec2 55 0.05 vMB 370
161,515 161,515 00000000000009d57367f4637349d6f14216bc75494631beee3c24b7e5b3a36f 54 0.02 vMB 0
161,514 161,514 000000000000009ee0ce272897f432c7a300137194401c5057df6fdedc82a604 102 0.06 vMB 220
161,513 161,513 0000000000000239d3baccbd84bb84eaf6aeeab21229a31d93cb25d9e4967703 70 0.05 vMB 31
161,512 161,512 0000000000000b60548b28b42b2675b0aed4920f80b2991c43fea1011dc7b812 49 0.02 vMB 203
161,511 161,511 00000000000003e5553e476f2ac6c704fffc2ea7027353af28bc3182be555cfe 19 0.01 vMB 8
161,510 161,510 00000000000002a19516294fc56d4e263f48bff1c055fdd82b8143d2d9dbe461 6 0.01 vMB 15
161,509 161,509 0000000000000774f5ed71ccf1eb81cf47e0457ed692907a6eefdbd94e522e8d 72 0.03 vMB 42
161,508 161,508 0000000000000007fc0d02fe4dc72d58254fe0cc8ec661588745837d731ea567 13 0.01 vMB 110
161,507 161,507 0000000000000ad3497de587a5eb646f31e1a0a31075e9f230a8f5f3f6775687 11 0.01 vMB 14
161,506 161,506 00000000000008276f49b7a77c8017ec25376bc6bcf9e536cbea792741a3a70b 47 0.02 vMB 130
161,505 161,505 000000000000040b922fc2bf14fc27356a591296b7cd03b0713362ea218351a2 45 0.03 vMB 16
161,504 161,504 00000000000007643b155e93c4a62ad05847ed52bd4b423b0c18432f9bc1837e 65 0.05 vMB 245
161,503 161,503 0000000000000d26551d4d7aadae0bfd1b9f0a9d9b532d1909b2c72ed7bc4b7c 21 0.01 vMB 0
161,502 161,502 0000000000000b077a437ed7057270b9c023cda4f5d6c2f48252ff4490f6df1c 13 0.00 vMB 32
Previous 10 blocks ↓
Total Size: 779.56 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: 266.30 GB
    • Received: 1.03 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.