Memory Pool Memory Pool Refreshing

3,373 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,914 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (896,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,052 12,052 00000000154ede7cba612974d1e1cc338745d5dce88e50fc299ca5f0ee078930 0.00 MB 1 0
12,051 12,051 000000004e649ce09dd01a72ce70ee6ac75e431a35a7f76e35e87f8b4efecca2 0.00 MB 1 0
12,050 12,050 00000000abc469b31f642d7c98e5bc9e7f2af935eab81c0b30cbb5e224821a1f 0.00 MB 1 0
12,049 12,049 000000005355b727c3c8343fe1806630c7dd9e6d77e1c22f22a5495249141562 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.69 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,842.51 GB sent, 100.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.