Loading Tool

Explorer IconExplorer

Memory Pool

81,759 transactions
30.96 vMB
0.07407295 BTC
Random Selection Loading Transactions
Max Size: 188.61/200 MB

Candidate Block

Mining Attempt 712858fcf8a07b066cd36f16c5131206020edbc94c8e9c0f38bde577658872c1
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 3610fe3f44aac42b80511ea3d7829dad0df2f1eca7e4db585255b64b7c6b86c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.00741946 BTC
Feerates: 60.16 > 0.74 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (389,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,753 525,753 0000000000000000002c27a70afc251f23af18f48b62c4c1baa6b39d164df3bb 795 0.98/1.00 vMB 9
525,752 525,752 0000000000000000002618b35be35e9b7594ae4c49eca58c91eca9d1f9a28c6e 248 0.36/1.00 vMB 3
525,751 525,751 00000000000000000027923b317084f20976f5fc63ba7cd8c35b7c67657b0438 344 1.00/1.00 vMB 4
525,750 525,750 00000000000000000009929bf344ffd1b4e1f311afc4f3f13dcf3bb23a29d673 269 1.00/1.00 vMB 1
525,749 525,749 00000000000000000014da8288eca5ef462a9e9f8918d95428c66f7c8e142377 1,859 1.00/1.00 vMB 33
525,748 525,748 0000000000000000001d303d385f27c070bae979dd86557294db2f0f9a839709 557 0.41/1.00 vMB 16
525,747 525,747 000000000000000000384925e7fdc3b5acbf3ae52f043547b4bf1e2db05bbc0f 491 0.20/1.00 vMB 19
525,746 525,746 00000000000000000033cec3b0e7b632fff6add8669e49d1bc614ab73a103dfa 677 0.43/1.00 vMB 17
525,745 525,745 00000000000000000006e5eecd8dbfc48d2ffb762b727c2ed8904f5415dc8a99 1,289 0.63/1.00 vMB 22
525,744 525,744 0000000000000000002a17e94d17f694903e0cc933d7a736dbc811947efc1a8a 565 0.25/1.00 vMB 20
525,743 525,743 000000000000000000127fffe75d7d65aa3dc77b2129236679ae319f4a91bf48 805 0.33/1.00 vMB 26
525,742 525,742 000000000000000000054396dc7c72c8e9cb28675022e41f1634d9c8a9b5b3ea 1,086 0.39/1.00 vMB 20
525,741 525,741 000000000000000000200b1f84e6a8642df6dcb3773b6e3d2d304d2f97118783 858 0.37/1.00 vMB 19
525,740 525,740 000000000000000000157b67d64473a97356d68576861e8de4ae25ffb71619f2 709 0.29/1.00 vMB 29
525,739 525,739 0000000000000000001d9a5be218c644e4f7524316009d5850ba68b2e158d0a9 902 0.35/1.00 vMB 20
525,738 525,738 0000000000000000000ad9f070d68b64a3d0445d870004502c217b4ec5bcc65b 1,260 0.49/1.00 vMB 23
525,737 525,737 000000000000000000381e3787ff55bf0c9aae52a7e735e8d0fa06b73955edaa 390 0.16/1.00 vMB 26
525,736 525,736 00000000000000000026c947017004b103a733f67214711674a52d858abc38b9 362 0.10/1.00 vMB 9
525,735 525,735 000000000000000000107d8a5638a3d619b4fbc14a3407d0187ef4eca43d17b3 204 0.12/1.00 vMB 68
525,734 525,734 0000000000000000002580d3b8c51e7977772a3e5dd2f5363a9f5f5c0b1075d7 462 0.21/1.00 vMB 20
525,733 525,733 00000000000000000004b53eede6ea2a830581112f9fe5e4b380a41b61a3dbbf 390 0.15/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 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: 705.14 GB
    • Received: 16.65 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.