Memory Pool Memory Pool Refreshing

209 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 185 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (854,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,349 53,349 0000000005b199da34b9dfcd94c5ad3d9fc8e307519d72a97c1a8df830fe4955 0.00 MB 1 0
53,348 53,348 00000000017fc6ca321f5beb44af81c5bee1077f6ab6706792a643601e8d45a4 0.00 MB 1 0
53,347 53,347 00000000015c7b63f994d8e6a688a61bc83ccafef731f2e5a1751fc2ad881862 0.00 MB 1 0
53,346 53,346 00000000149269232048982ee96d04268b9cced24bb1f7567080c4f4a16a8d0a 0.00 MB 1 0
53,345 53,345 0000000006675e2c99109391c3cc24c8ad466fe852a85612d1ec8a50971f99f6 0.00 MB 2 0
53,344 53,344 00000000152da472aa83e14bbe9acd25858fc84f3c1e22ef6251cceb287c3ef8 0.00 MB 1 0
53,343 53,343 00000000154cf0adc090b984ec1b9164f556b807b042c51254542dede0ac3bb4 0.00 MB 1 0
53,342 53,342 000000000c8568e16b0a6b717a22d56e3658de404a27edda0f3095b8f8f69539 0.00 MB 1 0
53,341 53,341 000000000421437933e0ac790ff6b3561f9a6f6e25051af6b0c513742d3a81e5 0.00 MB 1 0
53,340 53,340 00000000103624777542879c37445cc635546539901fc13b18ff3cd2a1742963 0.00 MB 1 0
53,339 53,339 0000000013dbb7b96e3c20a62a04fa303d9509d979478d8b2b2103c91fcf6090 0.00 MB 3 0
53,338 53,338 00000000087002285674220060d4f753a746c99c532e013676780475da74b2b8 0.00 MB 1 0
53,337 53,337 00000000085fa24ae8cc219c95a900ccb78609b9717d82a585789adeb24309c9 0.00 MB 1 0
53,336 53,336 000000000a6565b815b68cb8bd9a76dd3549c5934cdc5fa81aa62e3b4044f7ad 0.00 MB 1 0
53,335 53,335 000000000369d6b722d0d6d37b6082ee5f9bbf2d978192d3cf1fc43056ad632f 0.00 MB 1 0
53,334 53,334 0000000003681b8896641de82fe962a63e70a90066c1bda53609909cb5500001 0.00 MB 1 0
53,333 53,333 00000000143f4eea2cada5882eab0222b29d192da08599f9cbbbafa8d33b61e2 0.00 MB 1 0
53,332 53,332 000000000fd9a8360a4e30f353d7d1ae138bdce6ecf300d79854ccf7fd5dad39 0.00 MB 2 0
53,331 53,331 000000001031d78355d13f2daa206673b0a99d06503a92db143ed71821d390ba 0.00 MB 1 0
53,330 53,330 00000000012e402f3f36a8e4df425471c487db39c13fef3f37113667821deb3c 0.00 MB 1 0
53,329 53,329 00000000064c7dfbf7bd89ce14bb2402b95aa5a58d520ce66d4590398762aad6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.