Loading Tool

Explorer IconExplorer

Memory Pool

86,517 transactions
31.77 vMB
0.10751935 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt f27a9f5cc34083e974416d051ca5dcc6df91e4a94d537642b2f167d68184f6f8
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root a55c5c63452277badb98848a79230e3cddf85d3c5462c5d24bc6311c7c974505
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.02732846 BTC
Feerates: 1,236.26 > 2.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (470,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
444,761 444,761 0000000000000000036ff1f2560d351987589fc1e5fb1381fa79a38978ae8524 2,173 1.00/1.00 vMB 72
444,760 444,760 000000000000000002ecca7c1034906b2af87213e138779a42c67465fdc7a431 2,777 1.00/1.00 vMB 88
444,759 444,759 0000000000000000027e644606b4fa9f5fa68280c2fb0b9b28e193efdd7fc18b 2,403 1.00/1.00 vMB 80
444,758 444,758 0000000000000000030025741a5fc3d28ad102b950f94c3f0e50e11117a9f559 2,787 1.00/1.00 vMB 67
444,757 444,757 00000000000000000192706a6e38a1406a58fdab543101704ca162d473797ff7 2,235 1.00/1.00 vMB 88
444,756 444,756 000000000000000000dce6e65994c07980f0c704c783d4c5a82fa552997a7472 2,977 1.00/1.00 vMB 96
444,755 444,755 000000000000000001220eded887e273df70061f3fc0ec10058650e0a62a48f4 1,020 1.00/1.00 vMB 63
444,754 444,754 0000000000000000007f5a4cb82eb3a96704b7ffce3071f2bf59818ae2a5f174 2,681 1.00/1.00 vMB 71
444,753 444,753 00000000000000000177bfc7abb2174849c1adb1272619105420624e8646fac5 2,604 1.00/1.00 vMB 67
444,752 444,752 00000000000000000214c87a20facf0cfc6bdce77f96f38c87fdc2e935cabb5f 2,305 1.00/1.00 vMB 94
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: 10
  • Data Transfer:
    • Sent: 719.41 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.