Memory Pool Memory Pool Refreshing

7,612 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,057 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (896,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,048 12,048 000000004e327dc003441667227011d09a515e3a39aa3dd3a2714415f7482ef1 0.00 MB 1 0
12,047 12,047 00000000e35e7f6bbdf64b5b2b97c5f28af9b8d7c9639fafd0e33045a1a1ad45 0.00 MB 1 0
12,046 12,046 000000005469eb776541dd396e3d3aa46eb480f3518abf345ae7bec3c241816d 0.00 MB 1 0
12,045 12,045 000000008c2e053ffbd5d4456e30181f99508e76492571fd9889f45a5a91abaf 0.00 MB 1 0
12,044 12,044 0000000093ed25c93b7888c15af84c47896ae0f18b21e4176d790f662dce4074 0.00 MB 1 0
12,043 12,043 000000002facfc79e4d51d88af97f88cea6674c7c1537ac78ca9a979f03fd6fa 0.00 MB 1 0
12,042 12,042 000000007a2de9ffbf15682f6556ea95db1ba122efe16689efadb21177524f7e 0.00 MB 1 0
12,041 12,041 000000000ad273ee8c85fc09fbe89bbc867878258c7c63a84e7998167dae0dc2 0.00 MB 1 0
12,040 12,040 000000005913aad6fa06f44c67a199c8e9766fe8d6a2378b713b252688afd72d 0.00 MB 1 0
12,039 12,039 0000000065d31a09b288281630bbe2f9e1ac89b6dabcd11f281ba75dbe71c542 0.00 MB 1 0
12,038 12,038 00000000f9c2f04f4421fe5317d617968110c09e729701e9cf3b94be476baa03 0.00 MB 1 0
12,037 12,037 00000000ae175692caadf3b8c46fe3c3a6a26205d3aa576f9fc6ceed54065934 0.00 MB 1 0
12,036 12,036 0000000018cb03961d37edcb2a8c74b2f589d469337456efe0ded469756cb8e3 0.00 MB 1 0
12,035 12,035 000000002b534c0829db77a0e791aec40ad8ecb8672d3f848f5c228a60ef34e5 0.00 MB 1 0
12,034 12,034 0000000054ae88fd7e6fd15e4669acd5ba3485e3ac27d0297f5c217bfb71d081 0.00 MB 1 0
12,033 12,033 00000000140515c2c153075a6d37bfa1b5838c043b27a6fb1787377a2b094710 0.00 MB 1 0
12,032 12,032 0000000078cd8955561e3c5c84b063cf8de9c1a7463882ba6abec7c78a8b7ba5 0.00 MB 1 0
12,031 12,031 00000000f24215a47c454cfb37f6400f9774cf35ff3dc631f126c7a8719194db 0.00 MB 1 0
12,030 12,030 00000000ec44ee18e3351fde5b113cf9dc38df9d3358fa84352f0992c793f528 0.00 MB 1 0
12,029 12,029 00000000ed6eea568b28be04c4a32837e1d06a894c6cbf3dddf62b8434adbf91 0.00 MB 1 0
12,028 12,028 0000000085dd99616a1540361f0b7c4c713c1e7b3a56f21dbe5ae56e15b96e9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.