Memory Pool Memory Pool Refreshing

7,151 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,039 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (250,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,716 657,716 00000000000000000005a89cba843be8cf9a27b86fea950e041e6a127985d1b4 1.32 MB 2,412 37
657,715 657,715 0000000000000000000495dbca6a5d730d75a0282104cf8ad7ab1efa5e84af2f 1.24 MB 2,497 40
657,714 657,714 00000000000000000001539d31655e5389b91e49d356c90950b8733ee3f319aa 1.44 MB 2,152 91
657,713 657,713 00000000000000000003bd2620cbcb12810a8e0d846947e238395cbdb98b8c6b 1.17 MB 2,783 47
657,712 657,712 00000000000000000005575ea81c44c669a4db46b3763ca2ef70c68c67b81e6e 1.20 MB 2,225 56
657,711 657,711 000000000000000000026972eb816eb6db8d6b70a7df51cb36923d30289c6790 1.33 MB 2,464 83
657,710 657,710 00000000000000000001ab29f165d76656311108edabce915f4375b14a6ef9aa 1.37 MB 2,375 90
657,709 657,709 00000000000000000006af28f8ca9c22c1bdaf6751775a878783159330ea1579 1.26 MB 2,727 87
657,708 657,708 0000000000000000000f55268a2feea0157eb58b08eca1e2ac4975cdd2c47523 1.33 MB 2,785 107
657,707 657,707 0000000000000000000ad8900867f5634c69ade2d0b7ff0c6aa8b85bc3f3735e 1.14 MB 3,140 57
657,706 657,706 00000000000000000008d9b06128ef20108252ec11fbcaabc0010dd92dd94b6b 1.19 MB 3,004 83
657,705 657,705 0000000000000000000eb9bc39795ceebf4416cbe6281a136c518d6be059b8b8 1.30 MB 2,493 90
657,704 657,704 0000000000000000000fdb72c5ea0ed6154157cdddc1c1a41e23fee7ace27381 1.26 MB 2,143 93
657,703 657,703 0000000000000000000455a29df6fa64d609cb408c2217dbde5ab1b96909ed14 1.46 MB 2,417 123
657,702 657,702 0000000000000000000d63080b91f076eca7fce22bac7009e37d7a39105dc0bc 1.36 MB 2,620 115
657,701 657,701 00000000000000000002edda3a7b4e9ba419d9fbaf6b53cbf247c0654fe19d3f 1.42 MB 2,227 98
657,700 657,700 000000000000000000033814f3b206edf27b5d87ea3e5bd8115b18a64f1e3aa2 1.36 MB 2,300 54
657,699 657,699 00000000000000000002872fb3ee28456eeade239646dcf61adb8ee03ed7d056 1.18 MB 2,439 43
657,698 657,698 0000000000000000000268974807d9bce9796c77dc7f5d8fa390e4320c7a000f 1.22 MB 2,598 59
657,697 657,697 0000000000000000000a0ff4b801896844457b2f7489f60569260a2c07d5d641 1.24 MB 1,690 50
657,696 657,696 0000000000000000000951529c726d812f3a67138c068d755fc5f8d9de3a3b53 1.32 MB 2,625 84
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.