Memory Pool Memory Pool Refreshing

2,947 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (787,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,828 119,828 0000000000008d459491c868a715c3902dbab98c331b4af8529566e5837b3f8b 0.01 MB 13 341
119,827 119,827 00000000000062071302d35bf10150aa910a8bfbad0e55a918b3271c64c8060f 0.00 MB 11 685
119,826 119,826 000000000000104d9680e17cb6317b2e20f0b8be295110153783c14baef3d73e 0.03 MB 67 621
119,825 119,825 0000000000000f767e33f386c0a0e5af7e93028e956588093e5109f6465bdc13 0.01 MB 7 141
119,824 119,824 0000000000005fd74cf45cc24907c7a256491e7e7616199858e4b1f7a4522458 0.01 MB 27 112
119,823 119,823 0000000000004b5feb1dde147f0c5603f9da267ee735f13abbf70eeb9c02d998 0.00 MB 1 0
119,822 119,822 000000000000294090b1abfd5b0add8454da3167ad05cde35b68f75146c14ea2 0.00 MB 6 273
119,821 119,821 00000000000001f25c5066c00cef4d4e1a3ca26400f1d343e1fd6ce127fc7276 0.00 MB 14 955
119,820 119,820 000000000000873abf0a206d6cd1a69f51ed9169e7c72480eaa4282f5bb667d2 0.01 MB 40 1,030
119,819 119,819 000000000000409e159f1a581813ea0d43be41ef550ec44e3604b03c79e9d3dc 0.00 MB 7 0
119,818 119,818 000000000000953d291e614b3193a739f28a888f5f81f6fbbe7bc1d66e6bb3a2 0.01 MB 25 1,303
119,817 119,817 00000000000033af906edc7a64484a50157fc8469d0692f8d0188853d55d21f6 0.00 MB 12 326
119,816 119,816 00000000000069c06f76bd1358dd12900164ee241885252086c5b6bb29f5638a 0.01 MB 14 0
119,815 119,815 0000000000003f3cd04f76723836c785632fac22c0239400827bc8ce509b583c 0.01 MB 10 0
119,814 119,814 000000000000699c60eae6435a9a14bcb4c3ec6de33c7242efdabb1782b1a622 0.01 MB 22 207
119,813 119,813 00000000000092d314947159f301405ceb88a36e5f07c9103e8c852d97e7fa09 0.00 MB 7 2,233
119,812 119,812 0000000000001dbcf76afef82d934869ed51e6c6f572e8f3fb5ab975349660d2 0.00 MB 8 254
119,811 119,811 0000000000005343ee10f2408bd3cf0edc5eb779eef1caaa65eb6c16162c8aed 0.00 MB 13 1,166
119,810 119,810 000000000000870fa8f34cd8956633d6ae6564849b6f82236538c47c6680287a 0.00 MB 7 532
119,809 119,809 000000000000712bfb40a4f7a87a40438b6e6844f95faa0be408cb497c9e0f62 0.01 MB 4 1,109
119,808 119,808 00000000000086faa9e777dd1026a80c954c3ffcab822b10f6276721bfb7c8c3 0.01 MB 8 167
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.