Memory Pool Memory Pool Refreshing

3,292 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (289,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
618,058 618,058 0000000000000000000cd623960855804b1517c8afdce4e5f80dadcb9af72d55 1.47 MB 2,808 26
618,057 618,057 000000000000000000010d5774c9094b004bd66312aa1082c14acdf92bb055ff 1.34 MB 2,339 37
618,056 618,056 0000000000000000000c9d007ef0817631ed300934cfac264d9d7337976180e3 1.20 MB 2,066 15
618,055 618,055 0000000000000000000afbe65a69674eb81066eae4a808e61ee3fdea434fe3ab 0.56 MB 1,471 16
618,054 618,054 0000000000000000000b55dee0a7da2e46e90547faa58b45072778f4ff51c830 0.68 MB 1,392 16
618,053 618,053 0000000000000000000710ebdd34a4df6becfa9503d1dbe8f3df61aeeb419c83 0.76 MB 1,733 19
618,052 618,052 0000000000000000000412c974481e5f40941cd40f0203aa47eabaf378c0926d 0.72 MB 1,968 11
618,051 618,051 00000000000000000003241f5319fd4d0e6c01c85551c99aed5434bb28907815 1.32 MB 2,192 21
618,050 618,050 000000000000000000039127474ffb9fa1078113efdef913c5a36c2f8c2039a2 1.28 MB 2,769 22
618,049 618,049 0000000000000000000896d8dc5cbad8448df151e7f008c173fbdab5f661e7b3 0.46 MB 1,302 2
618,048 618,048 00000000000000000005f84595f34453cd426d99f2880975a0b4e5fde01c0861 1.26 MB 2,448 16
618,047 618,047 00000000000000000008dc9820d4eff91d831c14f376d32553091589841c6b38 1.13 MB 2,512 9
618,046 618,046 00000000000000000008ee425b465ffa0f70b4cb509a88276361d77106f43886 1.34 MB 3,001 24
618,045 618,045 0000000000000000001065cc9bb00b44e8c2d72553f7b7eb6fff74ccb53a704b 1.34 MB 2,965 34
618,044 618,044 0000000000000000000ab3cf96e57cafdb2542bec170277be01747aa80a304de 0.55 MB 1,050 13
618,043 618,043 000000000000000000002919f7fd772e518d2b065fc34db58327c6dbdb04967f 1.22 MB 2,461 13
618,042 618,042 000000000000000000042b3ed9cbe6e51ad79aabe0292aa49d03a8fce5422379 1.37 MB 2,225 27
618,041 618,041 0000000000000000000feb19809db8fdca89102f328d610e5057f22b84285b4e 1.15 MB 2,451 7
618,040 618,040 0000000000000000000b45a4f616315e50df27a714b1918ec07f145cbc277e5d 1.28 MB 2,799 18
618,039 618,039 00000000000000000010bb54d8fdaf74e66cb352f3f6f37fed2bdd6338f24072 1.21 MB 2,198 10
618,038 618,038 00000000000000000005e35b6514c8691d50aed5f10f9d0a7a28fa45a74e444e 1.41 MB 2,704 39
Previous 10 blocks ↓
Total Size: 769.08 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.26 GB sent, 93.31 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.