Memory Pool Memory Pool Refreshing

6,601 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (684,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,497 223,497 00000000000000b07683fb249f313218195193441e0e8b9a89c99adab3b41153 0.25 MB 533 190
223,496 223,496 000000000000039702462f29340c5a744823562c2cec1dd4755f9d8d24ae7869 0.05 MB 132 67
223,495 223,495 000000000000036eed04d4827dc178333a4b906852d62c20fe603fe1e05dc419 0.01 MB 20 91
223,494 223,494 00000000000003e10dad944085143e621d35f0fd8f591d234ee4ba67f8510c8a 0.05 MB 96 59
223,493 223,493 000000000000007ba2998eb92f53cdbb532ffd6cc6585ecfca1e5dfbac3cdf4b 0.19 MB 332 203
223,492 223,492 00000000000001d9f16dd8ca4e2a1b18d7fab3e9bdec132546f5480cd7120422 0.25 MB 588 218
223,491 223,491 00000000000000ecc46c8483c70c410ef1973a85cb31f5642c9afabcf931d88c 0.25 MB 375 122
223,490 223,490 0000000000000219ef8a7dfa8ebd78fac001e97f86626cb69a40bc9bc002ea7e 0.25 MB 669 248
223,489 223,489 000000000000040dcf4e1c0b44f897060b0ba514d36617e9f7b156627d83951c 0.19 MB 216 91
223,488 223,488 00000000000001119b2eeb7a781d12e29c3589ae2721fc204b6a9ea9f66e3368 0.25 MB 686 230
223,487 223,487 000000000000032c064c938adc836b9433690af54c08395cddd012c2a382ee39 0.28 MB 512 125
223,486 223,486 0000000000000098064c23c53414d7f5d4869ef02c850ae63f2c22239169853c 0.43 MB 765 395
223,485 223,485 000000000000015398f173539ae7ef9282318ea22127287ba10b903bb04d9f7f 0.01 MB 34 201
223,484 223,484 000000000000029db8d4d34b20bf2f8614c35f091f68cb058ca8c5b41c39cdef 0.20 MB 450 190
223,483 223,483 000000000000028889a7bbb641ac864ed9aa1415707235c327ad30c6885b3d22 0.04 MB 74 56
223,482 223,482 0000000000000157b24cbbe3881753a556b76464fb59a9bee6ac7b0b38e27571 0.09 MB 130 77
223,481 223,481 00000000000000a3d080e40b44957324627b08c2cd85d1cbaeca4829464b053e 0.25 MB 645 269
223,480 223,480 00000000000001d94c6a34f818694b3c9956928bb68743a7e9179314e2806353 0.27 MB 492 219
223,479 223,479 000000000000025d1de645a364166af77a07edf04b78339a72a51747d6c1919f 0.25 MB 672 315
223,478 223,478 000000000000041059cd820cd46a3248c20f0b003cb1cd7ca3dedde87137c35e 0.00 MB 11 44
223,477 223,477 00000000000002e5c38647d510a4ca367090bba2286f50f2aec6949b41d7a983 0.25 MB 678 232
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.