Memory Pool Memory Pool Refreshing

423 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (629,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,807 277,807 0000000000000000549d4a88d34da1cc6337cd6511c09449c3370b403753cfb5 0.25 MB 594 37
277,806 277,806 0000000000000003228db72d3552f186bfd7c5bf31aa11c78efd52c964669100 0.25 MB 687 61
277,805 277,805 00000000000000034da1d649d794b7a6a00570c341ea2305c8be2b94548ca051 0.25 MB 705 72
277,804 277,804 00000000000000015bd1efb3e23e808a7f0a169438be4d02d6fc252d40d7ac21 0.49 MB 953 43
277,803 277,803 00000000000000019f53eaa3421be5e88916204b9326ab094cdac3fc8386ff48 0.72 MB 1,048 25
277,802 277,802 0000000000000001eace3e33e050e58a8071be493b3ea7b1884b22315d04f21b 0.03 MB 83 92
277,801 277,801 00000000000000012b4e4933e05d22ff76a4ee6ff3792779f6a439cd92b7d64e 0.25 MB 781 72
277,800 277,800 000000000000000253ba02569c9b6325a4a4366da25a89d8c550a47bf1d29df8 0.35 MB 777 48
277,799 277,799 0000000000000002d0a60d72040c6842323522e645008f06cd15d118f0f84227 0.00 MB 1 0
277,798 277,798 0000000000000000461f0fd65f8d2ffa0ac7dfa1de5b67e7b6274571c8ab80db 0.50 MB 695 32
277,797 277,797 0000000000000000557d9a6f125ae06ab66198a7ea112cd1b4bd498c990b8537 0.25 MB 655 41
277,796 277,796 00000000000000012bb0796b53955e3e1a9a7cf8f8e1d0479938b6e978a4e95d 0.25 MB 702 67
277,795 277,795 0000000000000000036e9e353d628b0d43a2277e2e9bb6163bb291f99eddae99 0.10 MB 165 28
277,794 277,794 00000000000000008234b437062d8c023292334638be8fba9d2ab0ae749200e7 0.25 MB 269 18
277,793 277,793 00000000000000037b9f409d20a99692aee7fbb3627870eae0696c1c4a595c68 0.25 MB 700 63
277,792 277,792 00000000000000014530b48fd5ccb8c518194eb7ed7aab07e092a45d6567b796 0.03 MB 70 36
277,791 277,791 0000000000000001b6106f0391005292f9ce0eb9dd19dc14520a930c0c53ebf1 0.25 MB 355 39
277,790 277,790 0000000000000001673724f500a14dd9b449c6d4f3f3fdcce0cbff54e8e8e400 0.50 MB 1,094 45
277,789 277,789 0000000000000000406bad9bff5e8d8c4625e4f719c52e26917071969a0dd287 0.25 MB 710 72
277,788 277,788 0000000000000002dea44d4c80aaa9337e620a114428e63e88a7c08127b1b59c 0.35 MB 822 49
277,787 277,787 0000000000000002665b6b1885558796846d0b9681f95b125c197d5691b5454e 0.12 MB 42 47
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.