Memory Pool Memory Pool Refreshing

3,719 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,320 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (12,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,520 895,520 00000000000000000000ba44b9f9265b08d8009f0a6e9346f424bf6101a5d548 1.69 MB 2,796 6
895,519 895,519 000000000000000000023397835c26efdffb1b59dd3d8e73d28c028c1e7d0723 1.53 MB 3,253 4
895,518 895,518 00000000000000000001610333330b8f44039ea5b5078d7396bc57bd43f34413 1.53 MB 2,838 2
895,517 895,517 00000000000000000002138df111332f8c3529c9961cdbeb3ce56cf8fc904d4c 1.66 MB 3,650 3
895,516 895,516 000000000000000000025bad0fdb388be78b87dc8ef000741d89faedea476a46 1.69 MB 3,695 5
895,515 895,515 00000000000000000000c753d73646c4131871ac58816f3d4920bf03663b297e 1.71 MB 4,356 3
895,514 895,514 00000000000000000000786765b7747841e51e618d70bfbf95337e54f10094e3 1.58 MB 3,660 9
895,513 895,513 0000000000000000000214b00547d53feb1aec6d8ebcccadf474d6eb7a4babe1 1.69 MB 4,089 3
895,512 895,512 0000000000000000000178cbc53039362d5ede93a90e68ee9fc833a3b9c28ecb 1.50 MB 2,946 4
895,511 895,511 000000000000000000010de3aa1d8546346e3c4d796a07b6ea17a98a69623647 1.66 MB 3,920 2
895,510 895,510 00000000000000000000b6c306c2a3ffd12213d7b5ab55cbf1177fd7eb67583a 1.66 MB 4,302 2
895,509 895,509 00000000000000000000da772c529b8aec774cf31df4b8a60699c42256764eab 1.57 MB 3,315 8
895,508 895,508 0000000000000000000074c4c21ec4e213db4d5afa0bc13fdbd614183b589d1a 1.56 MB 2,671 20
895,507 895,507 000000000000000000013f468434a19071055785405a28004291790238916baa 0.64 MB 830 2
895,506 895,506 00000000000000000000079f2a224f4480e3eefed8179896171276a9a424714e 1.64 MB 2,509 2
895,505 895,505 0000000000000000000098dfb9e706ce3be83f12613ceca732c0116b6687651d 1.38 MB 2,279 3
895,504 895,504 00000000000000000002174f7ff6600db54860a67f6259b259afc16e66f764ff 1.58 MB 3,136 4
895,503 895,503 000000000000000000017332abad93ade9d000834ba9d03157cbcd789caf6b36 0.50 MB 592 2
895,502 895,502 000000000000000000001549a317ca0c048221088edac7cd48b0065ab34289e0 1.00 MB 1,432 2
895,501 895,501 0000000000000000000137c36b88ea9ad1e20ae506eb89dfc8095940eb3bc859 1.38 MB 1,666 1
895,500 895,500 0000000000000000000028653450284f68a200ae430e26d8d34757711d0e6ffa 1.70 MB 1,739 1
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.