Memory Pool Memory Pool Refreshing

11,529 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,114 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (597,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,404 310,404 00000000000000003e74773f7bada8db13b23bd3c6e8b3611008aed76713b2e9 0.09 MB 256 55
310,403 310,403 00000000000000000a9b9355a8cfa00f964684abf38d41f2c47fc24a8c8a09d6 0.39 MB 653 29
310,402 310,402 00000000000000001928195cc251792c14be3ec836ccd45415852cbc7df847f4 0.06 MB 37 5
310,401 310,401 00000000000000000899980e7817ece5b8f7f3b0213f637bfb546de949f6be00 0.28 MB 466 28
310,400 310,400 00000000000000003a650576cf11d0293f8489fb0166380db10033440a98252c 0.27 MB 557 31
310,399 310,399 00000000000000001e55bfa423f209fd5925152acacb2c95924461f8226427c0 0.13 MB 284 35
310,398 310,398 00000000000000002b821df3b6e1b39048d019a91ece09de8e69312561810ffe 0.01 MB 29 28
310,397 310,397 0000000000000000332741c0ba8875e0b45928ece50c224b73879f4746505920 0.02 MB 39 17
310,396 310,396 00000000000000000f6e4793c03fb5d8a625e369fc3c73186f9d1d85bb4f4e15 0.16 MB 338 30
310,395 310,395 000000000000000014cc8720dd3a5d10153f8e6f97bffded8cfa583d9fd2ecb0 0.11 MB 229 35
310,394 310,394 000000000000000035256f0278c9c65c1aadd7d9e9a8029a59e8c889540d8b12 0.32 MB 465 25
310,393 310,393 000000000000000031a8e04ec998eae9d945e1098cb8a589a5a72f64b87878cb 0.19 MB 365 29
310,392 310,392 0000000000000000252043054c7bc409b2abb6181e2a28d8bf9d0afb17d2b48f 0.01 MB 25 24
310,391 310,391 00000000000000002aa9ba4b302b0119eb96b57753d122444b21e1f6471a0909 0.00 MB 1 0
310,390 310,390 00000000000000000d6c6af5ac28ea3562e961d27b9ab6e1cf8412f98465d34e 0.12 MB 120 30
310,389 310,389 00000000000000002768b5706b3546887824eadc1b3340d05e3c9c8752ad7caf 0.01 MB 19 23
310,388 310,388 0000000000000000108a9da716516b8e775f23d7482d5319942e7f21a83751f7 0.09 MB 160 24
310,387 310,387 00000000000000003a49748c7cef171f1189a326873247cdc898a67e4605ef78 0.22 MB 442 31
310,386 310,386 000000000000000018ef3eb511ee1c11b82cce6e969a195d7b84a7dfc382218b 0.06 MB 60 12
310,385 310,385 00000000000000000f62eafd96d3bea33b607fcc26f1733cbc981aeba9a944ef 0.05 MB 108 32
310,384 310,384 00000000000000001dfaec6c39655817604e69a677008ba2e476076f832d3168 0.26 MB 445 27
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.03 GB sent, 94.13 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.