Loading Tool

Explorer IconExplorer

Memory Pool

45,945 transactions
26.72 vMB
0.05862157 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt e5b6e9e266630c218c8d70356bf5f6e9d1dbe0ac4b5631e5ef6b68c9fcda7d58
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root 6cd8eac183502e076f25a18e0db557b0c2a669e6cda379043d0d753bd1311a45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,609
Size: 1.00 vMB
Total Fees: 0.00943265 BTC
Feerates: 150.58 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (438,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,944 475,944 00000000000000000020188ba320a340669c4a9e8a83f9da9a6d0cce15f950a4 2,260 1.00/1.00 vMB 111
475,943 475,943 000000000000000000edf33844260df7c462af9c2fd19fcc80f9135e1bd026db 2,224 1.00/1.00 vMB 420
475,942 475,942 000000000000000000f0b5661c882f9e26590b6513958d81a80ff6ba1935ba3e 1,680 1.00/1.00 vMB 594
475,941 475,941 000000000000000000c30601db8d79cb1b1a7af3590483e75ddd2bf3f1d48e2e 1,740 1.00/1.00 vMB 551
475,940 475,940 000000000000000000b93c87436842609acb72a1ed869d234c00913f94113a10 1,909 1.00/1.00 vMB 196
475,939 475,939 000000000000000000bab92c630dc6ac358d1deb0e25d5a1e09766bd60732038 507 0.27/1.00 vMB 465
475,938 475,938 00000000000000000043225dd8b317adf6d260f2bf41720c4a8515c8158b5200 2,034 1.00/1.00 vMB 342
475,937 475,937 00000000000000000039812e769f24205e041b453c293e27b62589875b4eb446 1,821 1.00/1.00 vMB 353
475,936 475,936 0000000000000000005b32cd2d893e331cb1a4ec899e7eefc7904268888fb92c 1,545 1.00/1.00 vMB 145
475,935 475,935 00000000000000000050d68b1d39545ed9038f8878c1c1505c8472369de16293 1,337 1.00/1.00 vMB 366
475,934 475,934 00000000000000000137eb6efac59dd4559747283825faf7e8ccd7f02805577c 1,843 1.00/1.00 vMB 34
475,933 475,933 000000000000000000ed1de287a1d9699bbb17d074d57119d4a780f516c276b2 2,037 0.99/1.00 vMB 110
475,932 475,932 0000000000000000007a687988eda81e49ecad783af420e0988b3a4c8cd47980 1,360 1.00/1.00 vMB 302
475,931 475,931 00000000000000000144e31010c4bbf46b62add8b2df0d9747cee27d07f621f6 1,365 1.00/1.00 vMB 386
475,930 475,930 0000000000000000002a3748fa9e3b771f3561762b3cb82630c6d7213b5748ed 1,319 1.00/1.00 vMB 364
475,929 475,929 0000000000000000014d09dc456b14960ee239fff9e11c2328b3d804d4d57482 1,351 1.00/1.00 vMB 536
475,928 475,928 0000000000000000013d771a91667b3d8bcbdbac8353face79fba61936795f3e 1,929 1.00/1.00 vMB 204
475,927 475,927 00000000000000000143aad578ea87a72ce7d22bed5f6c9afb4eac6a2aa413cd 1,525 1.00/1.00 vMB 533
475,926 475,926 000000000000000000a1c54d3e7c186a11a62b867ee54260d016a251268de847 2,188 1.00/1.00 vMB 549
475,925 475,925 00000000000000000038ae8672254e45ea47ceb0b7b26456e183cb67afc486c2 1,998 1.00/1.00 vMB 145
475,924 475,924 000000000000000000e3ede46bfc34441c385d9981f1e16197282b89b435075d 1,399 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.93 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: 646.19 GB
    • Received: 12.83 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.