Loading Tool

Explorer IconExplorer

Memory Pool

43,477 transactions
26.40 vMB
0.05658907 BTC
Random Selection Loading Transactions
Max Size: 139.14/200 MB

Candidate Block

Mining Attempt 014d2525c7b1453a44a681c6505fd8fa30923d4c7dace13ac67fe8e28dd867bc
Version 20000000
Previous Block 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f
Merkle Root 0b8a99e78d6b68163248775382ca0620d264ab130460207709b3291624b89fac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,053
Size: 1.00 vMB
Total Fees: 0.00791588 BTC
Feerates: 100.00 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,725 (526,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,714 388,714 0000000000000000094e0a9309f0ffb61b748eba383aca04a1228556dd9db7d8 2,627 1.00/1.00 vMB 34
388,713 388,713 00000000000000000102bd86e1c18ddc17865a2829ea00d66466e443431a705a 166 0.95/1.00 vMB 9
388,712 388,712 0000000000000000036b116beebd27a6c0e029b069722dd38753fdb2fa6aef34 2,666 0.93/1.00 vMB 47
388,711 388,711 000000000000000006fd38ff8ed647fb792a8a4a4d1557611411deea277517a4 1,204 0.63/1.00 vMB 29
388,710 388,710 0000000000000000002f15d71b5e40a6c2a6f85037211376f3d95b4bbe2d6cd3 553 0.23/1.00 vMB 45
388,709 388,709 00000000000000000d487e6859ac84c3bfaad59f39602f164f187ba76e47c136 1,094 0.88/1.00 vMB 17
388,708 388,708 000000000000000009ffe4a7b52c4c2bbd3c738deebd6e2a991e5e8f13cfbc8c 1,956 0.75/1.00 vMB 48
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
Previous 10 blocks ↓
Total Size: 781.91 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.71 GB
    • Received: 12.76 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.