Loading Tool

Explorer IconExplorer

Memory Pool

39,619 transactions
27.07 vMB
0.05537557 BTC
Random Selection Loading Transactions
Max Size: 141.47/200 MB

Candidate Block

Mining Attempt 0c9874ddfb1bc11e44ee616607a5f52a484ec9bd27d6964f1dba2aaa2ef630b9
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root f606f0104fc5386c8d3785be83d050939e481be6378a4736dac509addfff5096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,193
Size: 1.00 vMB
Total Fees: 0.00527361 BTC
Feerates: 69.10 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (158,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,924 755,924 0000000000000000000180514758c2bf19e8537b8f95c7a1eb745c37974a3685 2,825 1.00/1.00 vMB 20
755,923 755,923 000000000000000000062ad6cf7a1b1a9a0da2ba79a12d019b83d9ca7000ed31 2,046 1.00/1.00 vMB 14
755,922 755,922 0000000000000000000871b564f02775071314bfbe0cc72609d3e6819666045c 3,328 1.00/1.00 vMB 21
755,921 755,921 00000000000000000003c8521b0f09e3561a6a1c49327f425845c0924248a4c2 2,130 1.00/1.00 vMB 35
755,920 755,920 0000000000000000000473425168bbd69e7f46e10bc3b4d8eed9fa62788b28ac 2,971 1.00/1.00 vMB 14
755,919 755,919 0000000000000000000184ab1e88acba59d9b25b3168b6b15b5400d4cc7aceaa 2,963 1.00/1.00 vMB 15
755,918 755,918 00000000000000000001a91322018e9ac7f1b51877a61a5fb166acd5e86caa5d 3,285 1.00/1.00 vMB 18
755,917 755,917 00000000000000000001c7f6efb2083c5e25fafd20ad03f413d0ecc32b94b496 1,991 1.00/1.00 vMB 6
755,916 755,916 0000000000000000000418c0cfd9a6a87c9ed6c8abd0e9c984f68f7a39a17756 1,186 1.00/1.00 vMB 13
755,915 755,915 00000000000000000004b29fb3ec1666108a1fe7d155680c8ff8d354b259781a 3,271 1.00/1.00 vMB 17
755,914 755,914 00000000000000000007ad3afb8ffacb308c3b0fb31f46ce901885f5c2a95acf 677 1.00/1.00 vMB 3
755,913 755,913 000000000000000000012fc8b32332da1da71ad4eb77d81f1056144a1dc1b0dd 1,144 1.00/1.00 vMB 5
755,912 755,912 0000000000000000000686a5898a03e02757dd369d4f37e7d8ca218dc1a4cccd 654 1.00/1.00 vMB 1
755,911 755,911 000000000000000000035e5ee2e033256c8cfc4bc6fe3107d9635057cd6dfd77 1,941 1.00/1.00 vMB 8
755,910 755,910 00000000000000000001dc6688f9d4c7af9ef7ef257dc74338ce40a91a80e801 3,247 1.00/1.00 vMB 12
755,909 755,909 00000000000000000003924bcd65cdb1dbd6115bcb63f7e8c13f719b00195297 1,684 1.00/1.00 vMB 4
755,908 755,908 00000000000000000001a774bec7f19632e19f0372748f03695e7fb9542710f4 3,065 1.00/1.00 vMB 15
755,907 755,907 000000000000000000022ec9adc9aad331f2a5d686a2b7636b5fa6e3a139acb7 2,176 1.00/1.00 vMB 7
755,906 755,906 000000000000000000089e59272617ac84599bc5f2dfaad8005474811262c578 1,602 1.00/1.00 vMB 15
755,905 755,905 000000000000000000084eccb31125baeae8bcd4b6906d68240413de3d2248a3 1,515 1.00/1.00 vMB 17
755,904 755,904 0000000000000000000889c585706f19e4827c61ce394a89c53e7f6bacc82a48 3,212 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.