Loading Tool

Explorer IconExplorer

Memory Pool

82,264 transactions
31.12 vMB
0.10855633 BTC
Random Selection Loading Transactions
Max Size: 188.83/200 MB

Candidate Block

Mining Attempt 3ad94886bf40d2e7c64713272df70301df4df8c1b457ede8575a2e82ca8b66b9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 157f69c2ec4d525018108e999314c8978d3bf015720dc3e051f3d4c65059800c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,619
Size: 1.00 vMB
Total Fees: 0.03452737 BTC
Feerates: 803.65 > 3.46 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (495,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,935 419,935 00000000000000000404ec1560bb47f6eeebf1cbadc56708b1b0b813f4f7e847 2,360 1.00/1.00 vMB 56
419,934 419,934 0000000000000000010196cc1c18dcd0539f66e4a1007d490d82b8fff0057af3 717 0.33/1.00 vMB 54
419,933 419,933 000000000000000001d95511ea25b8ab356fc1a6b23494e50a78f80e7626d505 264 1.00/1.00 vMB 8
419,932 419,932 0000000000000000024b93dda0eff52ad8a067a1677c7fe8d5676380d983b01f 576 0.92/1.00 vMB 21
419,931 419,931 000000000000000001abdf3f3409bc7395e4670c20e00bcfb50b51765a264a46 1,452 0.98/1.00 vMB 34
419,930 419,930 000000000000000004464ce087b303398a989638632f9c312e546894c995ebc8 2,344 1.00/1.00 vMB 54
419,929 419,929 0000000000000000013b82458134052e35b5fbd36407e23d8ce8d2daadd0c1c0 2,180 1.00/1.00 vMB 61
419,928 419,928 000000000000000001539c8a13df6b59f32126ecbdda1b3c4e196b94b3ad0fc7 790 0.70/1.00 vMB 23
419,927 419,927 000000000000000002312db5a9f72790a5a8e9b727919a5318d2ae5cb16c1cb9 1,793 1.00/1.00 vMB 56
419,926 419,926 000000000000000002c7e69779885266cd1b2dc030136a2290fdfaa1cab0005f 899 0.38/1.00 vMB 53
419,925 419,925 000000000000000002a3aa38f2ca4a6d3d5feb81034a434bac1a34608bd42ed7 937 0.50/1.00 vMB 41
419,924 419,924 000000000000000001b90d85b341522315801c050817d9e4a9a417a28a57f03b 1,144 0.57/1.00 vMB 45
419,923 419,923 000000000000000002503d1d60bbcd4f4800432193f564eb6bc6fa4d7eb3c7d1 1,104 0.69/1.00 vMB 34
419,922 419,922 0000000000000000032ba4f95d39b86b2cc24c27e3c0d3201070945faf890e0d 2,533 1.00/1.00 vMB 60
419,921 419,921 0000000000000000003b1896a79cc6d2e131a79715fce40fd59c6372bdaf0773 784 0.75/1.00 vMB 26
419,920 419,920 000000000000000003e024246ebad59bc422a07ace4365875fbe33ce4636e10d 930 1.00/1.00 vMB 22
419,919 419,919 0000000000000000032c33c85ade38b1e521fc278779cf04385b9d451d9222f2 1,651 1.00/1.00 vMB 35
419,918 419,918 000000000000000000737a5e8b6a43fe80091e686f16ec470253fb6468dc1702 2,317 1.00/1.00 vMB 59
419,917 419,917 00000000000000000157c86ce131eab63f7bc597104cd9fec96d34138b4b3203 2,969 1.00/1.00 vMB 78
419,916 419,916 00000000000000000444ae3580ed0c776276c80b4fd2b3dc37e605e60e352aad 872 0.43/1.00 vMB 55
419,915 419,915 00000000000000000522cd53f7bb74654b39dc95e16f4af26e2eaf3aa6fd7c8b 1,940 0.82/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.