Memory Pool Memory Pool Refreshing

3,015 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (628,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,069 279,069 0000000000000002b2d53213b1c58a82f728e2c80583f769436d6a2177c48d82 0.23 MB 448 37
279,068 279,068 0000000000000001a27b1d6eb8c405410398ece796e742da3b3e35363c2219ee 0.25 MB 462 41
279,067 279,067 000000000000000027d4d014f6245170390ea904cec17d1761021d28049c20b9 0.03 MB 102 58
279,066 279,066 0000000000000001c1d4289fd0db42581bc204ced2528f844d54e5e390abe510 0.07 MB 101 13
279,065 279,065 0000000000000001b1ae2becdc789cdefd97c5e35857431ae88816e5412d8d4d 0.14 MB 192 27
279,064 279,064 0000000000000002cd9e8faeee761ddbcf0ce29bc23f8f50d4c415db77602001 0.25 MB 402 22
279,063 279,063 00000000000000005df47d9d1ed835313d8caf2ca29ec5b69322cf8b83728f00 0.25 MB 724 71
279,062 279,062 0000000000000001ec9dc09d2d5dbeb165b1408408865b16c7f1fa8b25467d70 0.02 MB 26 28
279,061 279,061 0000000000000001ab95f005ddd2de0822c77edff2aa029c58c9937de9f3e2d9 0.05 MB 110 40
279,060 279,060 0000000000000001afdbcbaebf95a62769671b53f2bcb027a4e98a52c7cd1bad 0.63 MB 1,399 43
279,059 279,059 0000000000000002bf8b4b06aecf518daf7b3cbd09e1714e5b5328c6940b6455 0.04 MB 36 10
279,058 279,058 000000000000000253c5d68c213f61886013e8acd59dc6e6f3abf89c0eec794d 0.01 MB 11 27
279,057 279,057 0000000000000001d30b751b17d0a3a43b20cbf9e02935e38a8161873b529e59 0.14 MB 262 47
279,056 279,056 0000000000000000b72c55a97bbd787a3185f497ab48cca27d859068d5d6a4fc 0.25 MB 537 48
279,055 279,055 0000000000000000585a2412496346c1e5ab15d502d7e47bb73f90e2e715534a 0.21 MB 91 11
279,054 279,054 0000000000000002a8178dfda836fb22cfbeff4c66f26c762c405145ea9202f5 0.25 MB 586 55
279,053 279,053 000000000000000112a069cf0e10292d1a4e0ae96c38ccb409185b68143f74e0 0.06 MB 126 75
279,052 279,052 000000000000000245be06c2ef29f3a9d81e54eb3217e7b3bf89ad8d10518d67 0.15 MB 245 33
279,051 279,051 0000000000000002ee9bf67eac815198e729104e1ebc5234b8c77986aadf7bfd 0.15 MB 123 12
279,050 279,050 0000000000000001a53193363178544ff9032fdb6f96654fd312c7cecc2dac45 0.25 MB 572 40
279,049 279,049 000000000000000025b72009edeaee4c3fdf84bc86da2385a773c6716e1c9756 0.21 MB 417 55
Previous 10 blocks ↓
Total Size: 769.06 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,627.86 GB sent, 93.18 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.