Loading Tool

Explorer IconExplorer

Memory Pool

37,853 transactions
27.10 vMB
0.05581696 BTC
Random Selection Loading Transactions
Max Size: 138.14/200 MB

Candidate Block

Mining Attempt a89e5539b1cd8ab49d53a6417266a87201bce31a1361cba91cef2c912be30d4b
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 362adb2a0507d4a6cffd95816cdfc492caa0c24c45e7f34672a1fe32514ecab2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,236
Size: 1.00 vMB
Total Fees: 0.00443861 BTC
Feerates: 150.75 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (314,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,945 599,945 00000000000000000005019fa71c00dc3d8dd4157879dc75e101953e5b02629c 3,197 1.00/1.00 vMB 30
599,944 599,944 00000000000000000000d250f131de75a0beced7ca8675a91ac87ec6bb64fa15 3,364 1.00/1.00 vMB 28
599,943 599,943 00000000000000000008d3723a70d3f4b0cb15f98e2787b114460c596734fb71 2,890 1.00/1.00 vMB 44
599,942 599,942 00000000000000000007589128dc8a24ca8d084857fa6cc6170c4e79fd5f7ba2 2,108 1.00/1.00 vMB 7
599,941 599,941 00000000000000000013a403c15c9ccd30db267935566c930b21bf6b6c437d74 3,060 1.00/1.00 vMB 15
599,940 599,940 00000000000000000014ade25470cfeca7071e42d58c2975e2b44e949c6efc3e 2,702 1.00/1.00 vMB 23
599,939 599,939 000000000000000000011c1cf2beb63f668bb4a1f599b77be2af47657d70b683 3,331 1.00/1.00 vMB 41
599,938 599,938 0000000000000000000588989f40dbbe9402bc7577009c4bb440df3de46ee0d8 3,204 1.00/1.00 vMB 24
599,937 599,937 00000000000000000007cb14c0eef06ed003a5af1db1fe60c6404dbc692b7f2e 2,195 1.00/1.00 vMB 21
599,936 599,936 0000000000000000000b7ead461747f4ff9a4cd4255d3c11653c128b384b0300 2,981 1.00/1.00 vMB 45
599,935 599,935 00000000000000000005b3b160a2c68ed882beccb615a027aae44badd61b5d46 2,395 1.00/1.00 vMB 22
599,934 599,934 00000000000000000005b35de361049c7ae614b8794234d4ffaf7356e74afb1b 1,879 1.00/1.00 vMB 15
599,933 599,933 000000000000000000132876a26b4c4ecc56ffa215bdd910149a4aa9ca9c2322 2,735 1.00/1.00 vMB 21
599,932 599,932 00000000000000000005dc3dfa302e15bcb9eba4d7e016f1d72f53672e235f8f 1,515 1.00/1.00 vMB 17
599,931 599,931 0000000000000000000d6350b69b2d05b930f6699687a425a0c556a57a3185fc 3,236 1.00/1.00 vMB 25
599,930 599,930 000000000000000000074a01c79f0cbc554abb3520824a772eb97e91436bd8fe 2,153 1.00/1.00 vMB 17
599,929 599,929 00000000000000000009da5a4a98721c6a9ada0cd0aaa7d45162f06bfe2384f2 2,681 1.00/1.00 vMB 19
599,928 599,928 00000000000000000009c3ec18dd7697eb2c6d1e851e493c2260b56f6a53c839 2,774 1.00/1.00 vMB 41
599,927 599,927 000000000000000000099ce77d4bcf6b471a4263cf503fe9954df6f181f2e28a 2,160 1.00/1.00 vMB 44
599,926 599,926 0000000000000000001452ec9dc0c11c4565171c956d1da4a50f95990b8bbda1 1,307 1.00/1.00 vMB 84
599,925 599,925 0000000000000000000b7a57cd2cbf46b2be83c76e9231e47716af1c7d5360f3 1,305 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.