Loading Tool

Explorer IconExplorer

Memory Pool

79,798 transactions
30.14 vMB
0.08024385 BTC
Random Selection Loading Transactions
Max Size: 184.25/200 MB

Candidate Block

Mining Attempt 65182f1d202150c87feea8dcee2f536d376b5a54a2b71fe9b542f8e47e5958d4
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 9ad84e9c4e102683c5ed845895d67806b7621c5de14ff2ad660ade94adb05513
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.01319709 BTC
Feerates: 100.65 > 1.32 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (541,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,867 373,867 0000000000000000111b4c424df54542ec0836f2a4cc532d369a3fd4e55b020a 2,187 1.00/1.00 vMB 42
373,866 373,866 00000000000000000d7eafdc42570d0d8e5b3759a83614a75bbc8b1b39d76d68 1,858 1.00/1.00 vMB 27
373,865 373,865 0000000000000000120d5d56b572bbd48b81298bfa963696616708e28ccccb8f 1,982 0.99/1.00 vMB 64
373,864 373,864 00000000000000000a30127d7e71ad12fa36fd74de96902f37005f92f33348dd 476 0.89/1.00 vMB 10
373,863 373,863 00000000000000000ecc56efef62be4d856a0002c191edcc1a7377695cd9924b 893 0.43/1.00 vMB 41
373,862 373,862 0000000000000000117408cc6a960ccc1ae07de5c52df33f93a8eb03bc41fd24 1,141 0.54/1.00 vMB 48
373,861 373,861 0000000000000000054cbdd2a109e6bc73d9609603f3e9001562c0f911e8599c 808 0.48/1.00 vMB 39
373,860 373,860 00000000000000000a4dfcd7778b3fdf4d6bdfb5f8c4c82b3a62c7a2a9025b7c 834 0.91/1.00 vMB 18
373,859 373,859 000000000000000008f425c50b054bc65c019dae30c12b23a976e599d3ce5d77 1,892 0.89/1.00 vMB 40
373,858 373,858 00000000000000001343f766a74a24cdded56973b0e170f5903cb04dadbc518f 183 0.93/1.00 vMB 8
373,857 373,857 00000000000000000e9928ab65bbf7538eff3d6e7e26c01ed0e43480b89490ca 1,429 0.95/1.00 vMB 56
373,856 373,856 00000000000000000f9d01582b5b950a6acccfc8742ef4189564753534f7fb17 1,441 1.00/1.00 vMB 31
373,855 373,855 00000000000000000d9d8dcbd276b6668f22a54c67fc94b620d9ad4317f68a4e 514 0.89/1.00 vMB 15
373,854 373,854 000000000000000003cdb37745abf5b7dfeb758d5bb1650d66d13c5b5bb0db65 56 0.09/1.00 vMB 10
373,853 373,853 00000000000000000b4f0bcebf04e435c6ad5ed90348f9d09b6952246c819ba0 167 0.09/1.00 vMB 38
373,852 373,852 000000000000000008ddf632bdd99b1f19a18620df9f8949b6823acbc4ba3a51 292 0.75/1.00 vMB 8
373,851 373,851 000000000000000011b8438d6b933df6696b9f329c2e4a0a1ca0ebf73e931323 620 0.46/1.00 vMB 23
373,850 373,850 000000000000000003787082efff5455585f81a7217640dee07359089111a184 2,156 0.85/1.00 vMB 52
373,849 373,849 000000000000000000958932ab26ea34728a2acf3c79d03ff58ed254d44094e7 493 0.75/1.00 vMB 11
373,848 373,848 00000000000000000bfc77a8a0323fc7b49b8052e75729b95b57c8262755f09e 650 1.00/1.00 vMB 12
373,847 373,847 00000000000000000fbb2adc46f035b9b14b566d1ee3d435feb245815b3df7f4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.