Loading Tool

Explorer IconExplorer

Memory Pool

37,823 transactions
27.09 vMB
0.05540869 BTC
Random Selection Loading Transactions
Max Size: 138.09/200 MB

Candidate Block

Mining Attempt 68873b786065fab4ad77ccfd1f5187c619cf88cfe997b44c17d9a692ef9faa38
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 7b3306bbfe81f87e9685ba3a853b9cd0d0bd9e4f38d228048a9e84a3e63b966e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.00430655 BTC
Feerates: 150.75 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (247,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,930 666,930 0000000000000000000755fceb6639dc61772b2e8206419c8d444462da210619 2,495 1.00/1.00 vMB 93
666,929 666,929 0000000000000000000b471c72de5ffda92a6e7df330909817fa48fde11fd569 1,298 1.00/1.00 vMB 123
666,928 666,928 0000000000000000000c7c2e9d50411afba8155218df685ea97bca08647b417d 2,568 1.00/1.00 vMB 97
666,927 666,927 00000000000000000006ba530767697fe4064415ec18ed7a615f65763314de09 1 0.00/1.00 vMB 0
666,926 666,926 000000000000000000010877921b090acb637eec4d45b1ec171edf3b986adb52 2,789 1.00/1.00 vMB 114
666,925 666,925 00000000000000000000c58632d6009e51ad00f1eb4ff35a2fefafe0cd9a928d 2,438 1.00/1.00 vMB 83
666,924 666,924 0000000000000000000a26c8f8171f67f4f5215c30e1c96a37593c3a192b4aa4 2,272 1.00/1.00 vMB 70
666,923 666,923 00000000000000000009e1016d185282e29c161a8df3c2313178cf12328f101c 1,151 1.00/1.00 vMB 73
666,922 666,922 00000000000000000004de2f6d9fd4ba68b71aad72c56e69a0acfba54d8d52aa 3,013 1.00/1.00 vMB 78
666,921 666,921 00000000000000000008ab021159977e0b33d8156a5c53015d2fd369db661935 2,617 1.00/1.00 vMB 86
666,920 666,920 000000000000000000027f5a49a2a9845c37aecf99b62739bdc24c62e66c5ae4 2,774 1.00/1.00 vMB 120
666,919 666,919 00000000000000000002b130812275adfe3cd50609601a23c0c625d54f9c55e5 2,277 1.00/1.00 vMB 72
666,918 666,918 0000000000000000000259ef81743f5ad0d3faf39281f7efe292fcfe945407ef 2,717 1.00/1.00 vMB 99
666,917 666,917 000000000000000000003ed18d603e085381b7986034e3c6d47974dde969a318 1,921 1.00/1.00 vMB 102
666,916 666,916 00000000000000000006b2cf7f9e03661400d1cc30aaac8fdf76f2c0f56e8045 3,033 1.00/1.00 vMB 108
666,915 666,915 00000000000000000006d2d96e99bdfb1f9d3c927658df702804b3dec6f7fc2f 2,750 1.00/1.00 vMB 98
666,914 666,914 00000000000000000007f90a3fec1142527e1a790f473193e73100136515341f 2,631 1.00/1.00 vMB 93
666,913 666,913 000000000000000000096ae8a62d84476c3e7cef135e01cd6261d1c861858116 2,024 1.00/1.00 vMB 80
666,912 666,912 00000000000000000005f447189df7386943939e5a5fffd5ffb0b12b3b1e6a92 2,912 1.00/1.00 vMB 111
666,911 666,911 00000000000000000007a8a38997def9dfebd42a49aebf024b56f46a66eeead5 2,820 1.00/1.00 vMB 98
666,910 666,910 0000000000000000000a035eca0322b03a37c67b21ba1308c945c57497c421a7 2,595 1.00/1.00 vMB 85
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.