Memory Pool Memory Pool Refreshing

6,540 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (78,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,539 829,539 00000000000000000001f04f26747f3fe3fe3f88ca3e58c40f594cef1a491bcd 1.62 MB 2,344 36
829,538 829,538 0000000000000000000350a4c6458527864cbbf9c2fe0839de4a8ee4812ec44e 1.59 MB 2,409 52
829,537 829,537 000000000000000000011d5df3fe55a226178af2f42c07722f55890f36db54b1 1.12 MB 610 24
829,536 829,536 0000000000000000000162dbc000fdc97358e966ec596aa6607cbcf7c522ed11 1.64 MB 1,860 49
829,535 829,535 00000000000000000002754e820e761be7fa240e0a2fcccd15c292787eb30611 1.75 MB 1,903 27
829,534 829,534 0000000000000000000126221d572fdc7580e837ceec0675db9b6506949ad78f 1.72 MB 2,053 33
829,533 829,533 000000000000000000037304df8e6a40724eb8eaf676cd5e6b5052f4768b9a81 1.87 MB 1,996 33
829,532 829,532 000000000000000000023bc2395ed0a29baef16a794e026ac08edf80be08d535 1.65 MB 2,418 28
829,531 829,531 000000000000000000008355936e2eec0e13a9223aba50631d2158beaf9f7448 1.61 MB 2,535 44
829,530 829,530 000000000000000000017cdf32bc8440b5461f92710e33fbbf38a231d7cc8f4d 1.64 MB 2,465 39
829,529 829,529 000000000000000000033df4f53552905b6e12f9b98c5e085d3e6383d7b6aa29 1.59 MB 2,571 67
829,528 829,528 0000000000000000000028df827f232e3bfa9fb4abbd61eb81c817a85a7ea953 1.62 MB 2,910 35
829,527 829,527 00000000000000000000fd6eafec9bdb527f60313f1cd97905f652bead321775 1.56 MB 2,844 47
829,526 829,526 000000000000000000037cdf54f44d0b1950dac5540707e57a8c30db3ad40149 1.56 MB 2,398 51
829,525 829,525 000000000000000000024515eb4c9f0f5f6c3d1cbd7dbfb8f0e835a22cb866f5 1.55 MB 2,505 47
829,524 829,524 0000000000000000000086669daa0669ceaee6e4850ef41d31731d9b40cddcd5 1.55 MB 2,497 36
829,523 829,523 000000000000000000039388744fb319d395e0565592ce1ca532fe0a0d9672b8 1.58 MB 2,545 67
829,522 829,522 000000000000000000034607b3c85c79e832c64e12cc9ccfd62cd91fcece9bcf 1.55 MB 2,770 57
829,521 829,521 00000000000000000001be489b1224cb126912251d72afc9a19d238847a48525 1.61 MB 2,681 46
829,520 829,520 000000000000000000023f417bb56ccae735b8645da04af99a5267a8cf29ad3c 1.55 MB 2,943 78
829,519 829,519 000000000000000000039027a778c685e71b756d5e5082f360a8327d5d15456d 1.62 MB 2,740 45
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.