Loading Tool

Explorer IconExplorer

Memory Pool

44,140 transactions
28.40 vMB
0.11866459 BTC
Random Selection Loading Transactions
Max Size: 147.60/200 MB

Candidate Block

Mining Attempt d1cc2d1c75570eb2f298298a050edd2f77096fc93a2cf4b5b342176458f0f3f2
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root b655eb76c06d253f375652bb8832dff2f973cbd309f2d662920164ced7307081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03199150 BTC
Feerates: 39.16 > 3.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (526,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,707 388,707 0000000000000000066433db4f3558a1804b18b807f8b9618faf1f80ad0609b6 514 0.29/1.00 vMB 20
388,706 388,706 000000000000000002ca6c7582481ba7ac4e7347d8518a2d5038e6c26de28c56 911 0.56/1.00 vMB 25
388,705 388,705 0000000000000000084e0b7affe301f0c1fbb9a793e2ffb4cf6cb20a9cb4bde5 794 0.75/1.00 vMB 20
388,704 388,704 000000000000000007eaf60217f432d40e1ae19b3c54bc2b7bffd259f7c6722d 2,243 1.00/1.00 vMB 36
388,703 388,703 00000000000000000606eaf8f2e94fc298d5dfd21cd86f3c7a531f1603aa8bb3 1 0.00/1.00 vMB 0
388,702 388,702 00000000000000000567960a6faf60a9cae522a55ac0b64890d26a8a9974de51 2,443 0.75/1.00 vMB 53
388,701 388,701 0000000000000000014054e3814a835b014d33107357bceaa0e176a20e71498b 187 0.12/1.00 vMB 25
388,700 388,700 000000000000000006d98d9eee8187783ebc20077e4f0b1cab1f9ab6ae8aa112 1,530 0.75/1.00 vMB 32
388,699 388,699 0000000000000000098870b7af0d04ca3ec68d08345cae9c0b932b0f74b55720 2,106 0.75/1.00 vMB 43
388,698 388,698 000000000000000008f27d46713b6bcb3536d267fe147e0eef2c1967d20ab8d1 1,728 0.75/1.00 vMB 38
388,697 388,697 00000000000000000c7b36826a833efb4b936051a191b5aaa09b429dcb5536e8 1,344 0.97/1.00 vMB 15
388,696 388,696 00000000000000000d1e725944714e9be7ee78ff337cd60ef53a3b5a64b38223 1,027 0.87/1.00 vMB 22
388,695 388,695 000000000000000009d87510dabf5a825190741b9ebdde91ec9209a55c9a916b 1,886 0.75/1.00 vMB 48
388,694 388,694 00000000000000000d441c892098bcbb87b218dab21bb2afd9cd6d25eee7970e 1,320 0.75/1.00 vMB 28
388,693 388,693 00000000000000000c47236b921d3bba99c9de8bee32249a1b05a4c1c52212da 2,409 1.00/1.00 vMB 37
388,692 388,692 00000000000000000ba66eb832b91144e78b7884ae902f5b84a0110d55cdc7ee 2,181 1.00/1.00 vMB 28
388,691 388,691 00000000000000000ce6ba7ff9b9468808ba95f490924763af9c71d245cdfec6 2,753 0.93/1.00 vMB 55
388,690 388,690 0000000000000000001205b745c310baaaa2e2ae649cdde91ed99027e126f73d 2,656 0.75/1.00 vMB 74
388,689 388,689 00000000000000000bc5dbf5478823ead1c6a2795e57b247983c13209a3bdd0d 1,846 1.00/1.00 vMB 29
388,688 388,688 00000000000000000da2287a5b9f9bb63dda622d5a7b995b71e2e04faedfafca 1,739 0.67/1.00 vMB 50
388,687 388,687 0000000000000000073feca92e8c051a246616c981fe9cf3ecae2431e3c8605f 1,532 0.75/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.