Memory Pool Memory Pool Refreshing

1,454 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (8,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,701 899,701 0000000000000000000001ff21e07e6baa5ff55043b0e0b698465f65a4a7254c 3.03 MB 1,182 1
899,700 899,700 00000000000000000000d63d54d8460f28f8d4fb50c0c82a805a5b179b79fc00 1.69 MB 2,552 2
899,699 899,699 0000000000000000000223401e3cc880c1c58ad8506988ebdae19a68f12154ef 1.61 MB 2,819 3
899,698 899,698 00000000000000000000b012678f01a746d92bf24e01e83834ad284baa98d6ff 1.58 MB 3,801 4
899,697 899,697 00000000000000000000b64f38fe7b50a64971a04aae3b17f576ff6ea8d635a4 1.64 MB 3,484 5
899,696 899,696 000000000000000000009367723901f9da7a8c1bc66cd0e4e7323bd0202c726b 1.73 MB 3,635 5
899,695 899,695 000000000000000000020041afd7d594341cf248f8edb3065a9fee3d34db1c03 1.71 MB 2,269 1
899,694 899,694 000000000000000000019caccf7bba37f7b9cbc39a670134bd2d488a9cc307c6 1.62 MB 3,454 4
899,693 899,693 00000000000000000001e3b95d16bb2ea66a222fab21d7a2df7542a77a304925 1.58 MB 2,704 3
899,692 899,692 00000000000000000001c71862520a48eb9880b6b3b8f67efa37e2e57964f8e5 1.62 MB 3,712 4
899,691 899,691 000000000000000000015dd21d5f95edd80350b6c197e2ca622c90cb3e200d30 1.52 MB 3,900 7
899,690 899,690 00000000000000000001ed3ee6d7307638eb746b62e6b94b4f2488707e62aa90 1.84 MB 3,953 1
899,689 899,689 00000000000000000001d29f73f6747cb8030e715f12306f00ae7043a82dac28 1.54 MB 2,874 3
899,688 899,688 00000000000000000000c2e56510d5e0b3d8fe570f85fd907ab57f81bbf82569 1.56 MB 3,603 4
899,687 899,687 000000000000000000006ac8105a9e15d83bbb05883f45a1880521b641dfa685 3.99 MB 2 3
899,686 899,686 000000000000000000001887c828dd1a6099799c21268254537a84a34028c455 1.59 MB 2,268 2
899,685 899,685 00000000000000000001a66d2373b959003b3855e74b098e141fa6dbd4cdf539 1.60 MB 4,097 4
899,684 899,684 0000000000000000000234a4b23154e5b1665d09d8fd4eeeafd1b35cc1c3d741 1.44 MB 3,459 6
899,683 899,683 00000000000000000000fa56a96c1d53cfc9d5532741b9b2e8750ad0b93edec0 1.55 MB 2,473 2
899,682 899,682 000000000000000000007fc65886b9410215d88c9d9c2ff51936f9b80e44d466 1.66 MB 3,396 3
899,681 899,681 0000000000000000000125e5e0fcb765c1be67a9c94c53474bd6f2dbd3fdf9c2 1.52 MB 3,156 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.