Loading Tool

Explorer IconExplorer

Memory Pool

77,089 transactions
28.60 vMB
0.08873973 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt 2d024cec6a4e4fac4993308b42b77cc8d8afeb081cb7b0f26d9b4f8ae0f36647
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (346,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,687 568,687 0000000000000000000b21f4542e9af78dc8da5eaec13773301025a92a362bc3 2,463 1.00/1.00 vMB 38
568,686 568,686 0000000000000000000011e5a65e709e727aee10a1f403dc6c79fc8d748b9ede 132 0.08/1.00 vMB 19
568,685 568,685 000000000000000000115f29420ca5ae3d52e3b472fc49acfad0195c1e7d9ef4 95 0.03/1.00 vMB 21
568,684 568,684 000000000000000000238fc83b95e94a934fee69dba13f5a37836186f22ea6c3 1,117 0.39/1.00 vMB 23
568,683 568,683 0000000000000000000cd7eab1a67d49d3951b475a4b2be261c7912cffe2c3ee 979 0.41/1.00 vMB 5
568,682 568,682 0000000000000000000e4b1caa701c558140a809f226da8af16fb5402273cb6c 3,011 1.00/1.00 vMB 30
568,681 568,681 00000000000000000016a20222ab9f7ff06534e40524be9e616d8658410aae78 1 0.00/1.00 vMB 0
568,680 568,680 0000000000000000002962fa37a6a20720e2fde139ed4d4ef49d29bfff87f23e 247 0.07/1.00 vMB 24
568,679 568,679 000000000000000000093154efc57775843576c1d1bb4be193e6aa4006a403c7 1,183 0.52/1.00 vMB 9
568,678 568,678 0000000000000000000a54e292c3e4695f131276f3b812d944655e9b36a303e3 2,929 1.00/1.00 vMB 18
568,677 568,677 0000000000000000002598076f1bbe583247033a2dcb7624f7c31c7a92b4ff63 2,572 1.00/1.00 vMB 27
568,676 568,676 000000000000000000079117920e3f61f3339f48d0f860e5c2c68de6febfd835 105 0.10/1.00 vMB 9
568,675 568,675 0000000000000000001d957b2eae08c2b70c6c89173437630f17eb55a1c06d0e 2,473 0.95/1.00 vMB 23
568,674 568,674 0000000000000000001adc15f5c0b0fced5dd044c2a9f530c8d2b208d3e70c96 1,366 0.49/1.00 vMB 23
568,673 568,673 000000000000000000048407efbf3fe4a29b66505d2eb788dfac95e15f287334 515 0.22/1.00 vMB 30
568,672 568,672 000000000000000000016a40dbc24656fd86e564afd9dcb9812cab8929bbdafe 1,130 0.50/1.00 vMB 20
568,671 568,671 0000000000000000000f79a3d6ef449691d846db6405e7ff1046da092a8755e9 1,266 0.54/1.00 vMB 19
568,670 568,670 00000000000000000015068c9b41537472a73879daad1ee503fc53539e24db4d 2,213 0.82/1.00 vMB 11
568,669 568,669 0000000000000000001decbb47f0c3f943eea79b6074f60de964dcb9b8c630dc 2,142 1.00/1.00 vMB 26
568,668 568,668 00000000000000000024ee508fd960002cd57a67e04145f3e156573265c1ad71 2,447 0.97/1.00 vMB 15
568,667 568,667 000000000000000000183dee50f7fa7fc91cf5596e300fc0e94f1e04df6d013a 2,429 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.