Memory Pool Memory Pool Refreshing

1,612 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,582 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (578,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,780 328,780 0000000000000000067c6e9dcc764182ac62635e4a162e95d1f39aefb6bc5780 0.18 MB 385 28
328,779 328,779 00000000000000000a7bad4be696c693e88385c4b125def14581346a72e8cdc4 0.01 MB 12 22
328,778 328,778 00000000000000000dfc93befd37faff60fa8216fe4f4ef2a796905a68085d4a 0.06 MB 124 12
328,777 328,777 000000000000000014887e877f75f2b2891ae07794d3d9f89b2e18cde0640f7d 0.00 MB 1 0
328,776 328,776 00000000000000000e85f86a756aabb84c8288f7c56bcd4936840a8623395813 0.71 MB 1,206 26
328,775 328,775 000000000000000004b3e715d4f0afeb3fffa78db38af7c6576f223196a6a897 0.54 MB 936 28
328,774 328,774 0000000000000000108ec55838a404721f791785405d0ef5d005d041d2af5b2d 0.02 MB 44 23
328,773 328,773 0000000000000000022ac3667d8ff07c72c35a4bee80839a8f1cc39d146be299 0.67 MB 419 23
328,772 328,772 00000000000000000a7e105257e16aa4ee32ba4b8d90f3ff295c7f349b4d47ad 0.05 MB 78 2
328,771 328,771 00000000000000000506b9058a0396443c9643fd6b2aa088ecf6d5b6a0158eb3 0.21 MB 129 21
328,770 328,770 000000000000000011c31a9c98b67fa64d18a71869346a0d82bf1c0365bbeaf4 0.96 MB 581 23
328,769 328,769 00000000000000000afbd468107d91048c886e001a63b24e40137282531db201 0.96 MB 1,808 29
328,768 328,768 000000000000000018d73e41d524db30ec516ca99d94b51d56a51c41decd7465 0.12 MB 219 29
328,767 328,767 00000000000000000a0f4590b7d73c87b3b78821b200a2cce678ed976bd24f0b 0.07 MB 130 25
328,766 328,766 000000000000000012bbc137401314541ad490fa9cb5e9385d12b357e69e7442 0.09 MB 120 22
328,765 328,765 000000000000000019138f2ab0d1e1b289399a40700a0d40804b269d328c6b16 0.10 MB 125 21
328,764 328,764 0000000000000000041d40d3e8c89c664b3cc818321a6cf559b08af9b0bf6b69 0.10 MB 101 19
328,763 328,763 000000000000000015b72e0b90f9508c2c6ecfa42d870a387ec2768f82200ce8 0.11 MB 182 28
328,762 328,762 00000000000000000e26a2b54e5e1dd8892cccca8ae267640b607cd6848bf3e6 0.07 MB 67 10
328,761 328,761 000000000000000005456b3e04da2357b5a8e7b429c616831180b23f8bd0edac 0.15 MB 342 34
328,760 328,760 0000000000000000109147812a34495de724984bdc8b04d4146de0c3af5fe8b2 0.13 MB 183 22
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.34 GB sent, 93.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.