Loading Tool

Explorer IconExplorer

Memory Pool

85,764 transactions
31.48 vMB
0.09821862 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt c7320c07bc4f4b3206a44e13009d2a44ce55b2b927eaff989e39443134e7c506
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 5aa7772a8e0f0b27bc4019881cf1fef757a94eaccd8f98c76c676fc5d4ff76c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.02095548 BTC
Feerates: 60.16 > 2.10 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (470,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,782 444,782 000000000000000002d26571713805bea5752520b7151a75e0d68642d7a5429f 1,663 1.00/1.00 vMB 34
444,781 444,781 000000000000000001e709e5c6ea6b8a8725a16ccfdd54da37e5eb67d06d499f 1,605 1.00/1.00 vMB 49
444,780 444,780 000000000000000002772a7400dbbc2c8f1409109463884fd336ef672f9f0a5f 2,097 1.00/1.00 vMB 66
444,779 444,779 0000000000000000015e76ff553cfb64a099a5d6ae38f42185c71a42525e13dc 2,104 1.00/1.00 vMB 71
444,778 444,778 0000000000000000016f44240ff995e5eb3b623f61868f84c38a74d3174ae671 2,204 1.00/1.00 vMB 82
444,777 444,777 0000000000000000003dced31d63833940091f40e0eaa0da0fa6fb045954eb5b 2,556 1.00/1.00 vMB 79
444,776 444,776 00000000000000000277c283d17dc23caa02331c8a338995251df6856caf72af 2,499 1.00/1.00 vMB 82
444,775 444,775 00000000000000000256fba0ca52cd7fdd6dd89c2f03a72762c9e9fa681cdf13 1,659 1.00/1.00 vMB 59
444,774 444,774 0000000000000000037905e041022908003b187276ada12be36a8c212268c3dc 2,354 1.00/1.00 vMB 77
444,773 444,773 000000000000000002c26775e8ad89e83d1b790dd04e2ab4ccccffa42b1bdd3d 2,580 1.00/1.00 vMB 83
444,772 444,772 000000000000000002830d1bb3d6980128b32e0f2042571a87c6832e17b004d0 3,037 1.00/1.00 vMB 68
444,771 444,771 000000000000000000c7f7e3f6d9f21e7d56f11ccdf0b2af23e80e113238dc22 2,290 1.00/1.00 vMB 81
444,770 444,770 0000000000000000026ae0e2ba27f68cbda444b7ba47c54cffbd317bfd294852 2,724 1.00/1.00 vMB 91
444,769 444,769 0000000000000000005278f19b8cc4088f946df02559f76badb01637e0debc4a 2,806 1.00/1.00 vMB 88
444,768 444,768 000000000000000001871312dad65e979a01c4e64e631835ecec20b106255a33 2,150 0.99/1.00 vMB 71
444,767 444,767 00000000000000000034f5427bbcb7c1cd5a114b077c7b4f152636d4c257a8fe 2,837 1.00/1.00 vMB 86
444,766 444,766 00000000000000000233131a4a8ef2aff889d2da61c8d18c952a35d55734089a 2,400 1.00/1.00 vMB 112
444,765 444,765 0000000000000000006dc4a922f04de51331a97c62e6958c22accdaa9093255a 2,490 1.00/1.00 vMB 85
444,764 444,764 0000000000000000027e81df1bb4f690d2905eb2678294fffe095d23d51f47e0 1,726 1.00/1.00 vMB 64
444,763 444,763 000000000000000000409382da664857298f1db2bfb23dd1409523f19ac65467 2,039 1.00/1.00 vMB 87
444,762 444,762 000000000000000001b3a7ca6fba6396cbade17375161febeb3a4ba34c8d6d29 1,843 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.35 GB
    • Received: 18.04 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.