Memory Pool Memory Pool Refreshing

2,577 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (562,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,058 345,058 0000000000000000053f3b8ff68c1968239112c375277f0a848e2b5d3706b091 0.02 MB 46 29
345,057 345,057 00000000000000000dd6207931dcb153f69c1db24b14fe7d8aee0ea4fa155c8d 0.07 MB 110 20
345,056 345,056 000000000000000001fd07c455bb6c5393181216484e5845e0cef9a3c184592d 0.26 MB 523 24
345,055 345,055 000000000000000013f56c6d56975f992ee3cbc2cb2bf66c8586110b41fe791e 0.10 MB 151 18
345,054 345,054 0000000000000000135369217e3aa81a6cfbb82a47d70b7049c9cc358f6c5b18 0.07 MB 189 30
345,053 345,053 00000000000000000134b724dec0c945e471bbd019bab8110842597646adcd7e 0.40 MB 299 11
345,052 345,052 000000000000000004196422b946b1b4b1caab98e984eb97b43da6c1afc22c8e 0.10 MB 256 31
345,051 345,051 0000000000000000005aaefea55b732b1d9eb7984d9f13f79fda8c8b5d4f4b6e 0.00 MB 1 0
345,050 345,050 000000000000000012a18fbb03ec3df7b86aaea55609bd28ded382abd0b67f35 0.75 MB 1,524 26
345,049 345,049 0000000000000000131c19fa1d4a887521f7afad128a75fc79459f1ff016cf77 0.47 MB 894 25
345,048 345,048 0000000000000000056f7c489f2f26ecce9bed86005179ca50a36e9d0a5502a8 0.31 MB 652 25
345,047 345,047 000000000000000006a26d6bdbc5784065947a9b7f37de80cf25682ac3da0d9c 0.51 MB 1,010 25
345,046 345,046 00000000000000000d9f82535f092d2314cda344226289e72a9fc47112e95d6d 0.12 MB 169 30
345,045 345,045 0000000000000000051d3b1f29c0882815d532a75a3c834a3a4e74b898c7b9e5 0.29 MB 525 28
345,044 345,044 0000000000000000059ea20c4ce9b3a2ad5d9290e841c1b29665d7b6812695c2 0.41 MB 701 24
345,043 345,043 000000000000000004cba5fc23b084284a51f8167ba84cdb653ec5ea58c8d365 0.10 MB 119 16
345,042 345,042 000000000000000011aba03fb16dfc130882b838cda1b27ebd3945acabaf6a55 0.18 MB 309 23
345,041 345,041 00000000000000000bdfc8811a3aa0270815b87109ae4db490f604f659ab9de3 0.08 MB 132 17
345,040 345,040 000000000000000013124f8087a3944ec5d02637433599d6a95871a906ee53b0 0.71 MB 1,341 23
345,039 345,039 0000000000000000073981d5489de776ce9dae33f4af782ed9a8fe7b7cadb586 0.22 MB 356 21
345,038 345,038 000000000000000003f6c0a5553f788adce99d5ba86e60dd79e89aab285d976b 0.20 MB 314 20
Previous 10 blocks ↓
Total Size: 769.07 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.10 GB sent, 93.23 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.