Memory Pool Memory Pool Refreshing

2,273 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (2,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,655 905,655 000000000000000000006895e9f4ce067c44241da9591a37d79f84ea7af94314 1.72 MB 2,540 3
905,654 905,654 00000000000000000001dd33a6cee6add80f16f31475c8bf94891133b7197af8 1.03 MB 1,675 2
905,653 905,653 0000000000000000000231e423c572f6300a606f9b067811eaacff9b28af09a9 0.92 MB 1,874 2
905,652 905,652 000000000000000000017bcf26f63cc3cb1814b3011c212f213a189af29e6a37 1.68 MB 3,854 2
905,651 905,651 0000000000000000000200311fab141d67ec2021c26b62450948484e445d281b 1.66 MB 3,269 2
905,650 905,650 00000000000000000001b611d2cb5baa611637bd95cc8853eca9e40da3303187 0.50 MB 1,176 3
905,649 905,649 000000000000000000002635305657f7ec5d98bbf55f4fdb96ad47cb1c126aa6 0.20 MB 255 1
905,648 905,648 00000000000000000000b6c8321e15732ac403a27c37c26ff0a3c7f4aae3cf78 1.98 MB 1,733 1
905,647 905,647 00000000000000000001641d99e5e40850b31fc98b088e27e66157c232495423 0.25 MB 623 1
905,646 905,646 00000000000000000000b93d1e8747bd45af2401d6b90ab3519857352727c4b0 1.64 MB 3,491 2
905,645 905,645 00000000000000000002260a6b2402144dffedc6ff8717249134308c4cb5ee5c 0.04 MB 123 2
905,644 905,644 00000000000000000000201473706f51bb62ed11ebdbf68d9061db43d0242590 1.58 MB 3,414 1
905,643 905,643 0000000000000000000192fa72cabf1bbf2b2dc4d596b94d55e872efaff28bac 1.62 MB 2,826 2
905,642 905,642 000000000000000000013992d4623a0826b46a9c2dae0dc28c77334da4ca16ce 1.50 MB 3,103 1
905,641 905,641 000000000000000000004a8f7c917b589ce6d317e371f6e673cdcb903daf268b 1.56 MB 3,813 4
905,640 905,640 000000000000000000003053144654786301f4aa5933d654ac9428d8e2df823c 1.09 MB 1,650 2
905,639 905,639 00000000000000000000deb9ccd56a48af7eba0600958ec880aa2a6dc3ed83d3 0.01 MB 25 3
905,638 905,638 00000000000000000001496254ee0d3a14db4453ae064f19080d960c734e68c7 1.67 MB 4,328 2
905,637 905,637 00000000000000000000ecea9a849a96c9c927b43a70bd35dc9dba7235078347 0.87 MB 1,424 2
905,636 905,636 000000000000000000002cdd99b263365516fbfbd5f31e8ce67c76dc21b41124 3.60 MB 315 0
905,635 905,635 00000000000000000000447cbfff66cd36bc45c77cb755aac6d04c467237c1a5 0.33 MB 713 2
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.41 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.