Loading Tool

Explorer IconExplorer

Memory Pool

80,321 transactions
29.87 vMB
0.11801564 BTC
Random Selection Loading Transactions
Max Size: 179.83/200 MB

Candidate Block

Mining Attempt 080f309d535504c037eafec36c1fee68ad90a6361e3c165a9b12b545e07906bd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 720773a5da2c54b6d9584bbdf5e8d1c0357ccabd3ebc5f26bc475d5cf4f445c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,596
Size: 1.00 vMB
Total Fees: 0.04872322 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (367,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,833 547,833 00000000000000000004983e13c58a85f894050deb568d0eec21d0e9b4f3fcf7 2,697 1.00/1.00 vMB 27
547,832 547,832 00000000000000000001d5c84216c226186288fad3bedb057a25b393f44cae0d 2,783 1.00/1.00 vMB 16
547,831 547,831 000000000000000000234fd9baeeb359609b6ec6fc2adefa834938f65c551303 2,151 0.84/1.00 vMB 31
547,830 547,830 0000000000000000001d5c796194379ed5af91e9f4372893bacc61c0e1654411 2,487 1.00/1.00 vMB 15
547,829 547,829 00000000000000000023ec99a309d9998475d07a7f12f2563051125009a6be89 2,765 1.00/1.00 vMB 16
547,828 547,828 0000000000000000001b6a69ca0427fc873754bd357ba59b108c66b40c4866a6 2,789 1.00/1.00 vMB 3
547,827 547,827 00000000000000000024a08211750e56bec0288b3d74a6e9f1edf197500c05e6 2,317 1.00/1.00 vMB 21
547,826 547,826 0000000000000000000380d37f0c08c75d166f73bd7b3d9f7dee450a86bacb97 2,588 1.00/1.00 vMB 18
547,825 547,825 000000000000000000214f39cdb95eb84f68c33decbd8628cecdad04da0e852a 1,786 0.90/1.00 vMB 9
547,824 547,824 0000000000000000001826cb02eb608af58fcf0683baef9f32b6fced0d3e61ab 2,436 1.00/1.00 vMB 12
547,823 547,823 0000000000000000001652e8994e7953ecf9a56c882e08b9d1327d106f0d48ef 442 0.21/1.00 vMB 47
547,822 547,822 00000000000000000010821d1bfa8684ff8fffb960830ce0428ae535a2561a89 1,203 1.00/1.00 vMB 2
547,821 547,821 00000000000000000002b783fc1b993e8d4d5a0b3a70b3197546584b53201f0c 2,402 1.00/1.00 vMB 3
547,820 547,820 0000000000000000002567838455718b809732e2f6f6574b419023574e837a3e 2,291 1.00/1.00 vMB 18
547,819 547,819 000000000000000000242fefdd690d5d50bfa3303ef1d3b49f21af8797252c02 652 0.36/1.00 vMB 16
547,818 547,818 00000000000000000017e64c4a4087337a42f202d6077147b6b798cb7decdf4b 2,283 1.00/1.00 vMB 9
547,817 547,817 00000000000000000021191a732a582d8752e717f385b3e72ed3b9a77389e81e 2,594 1.00/1.00 vMB 15
547,816 547,816 0000000000000000000715f52b0f380f1c44375badaa212429f62ff9e37f512e 201 0.07/1.00 vMB 22
547,815 547,815 00000000000000000008bc3a984fbbcf79e0fb411bd655185a3748812fcbe0e6 2,628 1.00/1.00 vMB 4
547,814 547,814 0000000000000000002116c71dc786e2c6fe4b70b1dba0e8b2cb69bd594064b0 2,573 1.00/1.00 vMB 31
547,813 547,813 00000000000000000010dde810a576bb80772a5d3bf6f8e8c8d89aed22399d32 1,451 0.75/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.