Memory Pool Memory Pool Refreshing

2,776 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,170 000000000000000000023aa60000000000000000000000000000000000000000 ago 0.99 vMB 2,771 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,169 (26,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,046 881,046 0000000000000000000139d703c81321c32a61913a7b60d44f8e2889044fffa6 1.66 MB 3,213 4
881,045 881,045 0000000000000000000241b0eb5ecea7e32640e4bd9a10d962634edd527461e9 1.40 MB 1,451 2
881,044 881,044 00000000000000000000356eb50be3fd195634ea0a805e224acc3049ddd54bf5 1.64 MB 3,530 5
881,043 881,043 000000000000000000024ca3ef58fa32269936e1d6dbad3706c04059f5aa3f23 1.70 MB 3,309 6
881,042 881,042 000000000000000000004b04dc262e8b72820a53d30b584fb64706284139c173 3.03 MB 1,006 2
881,041 881,041 000000000000000000027fe4de43fa8c5f92e9452b25376ac2652eea0c801985 1.78 MB 988 1
881,040 881,040 00000000000000000001a488cf8291fa470ea37eeceb9eff4babc7c5ff9b6678 1.56 MB 2,571 4
881,039 881,039 0000000000000000000211749ef351402c6bd77a0f74033d7f18c47b710524e6 1.59 MB 3,302 3
881,038 881,038 000000000000000000021bdf8345572bcd921a607cb4266e859eb084212f0784 1.61 MB 3,808 7
881,037 881,037 00000000000000000000d30479165cd1109f4d38a6a81d81343fe3826b843a6d 1.67 MB 3,029 5
881,036 881,036 00000000000000000000e9c272c5d267cec7ef5d4f7e9dbbe12579e8a8b4fc4e 1.57 MB 3,056 2
881,035 881,035 00000000000000000001db3ea035197c0fca6b9def6ab3d9864f6ce06e883d4d 1.64 MB 2,540 2
881,034 881,034 000000000000000000023726868dc1cf2d8979ec425af2927c4f97a87ba88ce0 1.81 MB 3,820 2
881,033 881,033 0000000000000000000188ce3e5e16cfa6a11d75cc69cfd981824e51207115a4 1.78 MB 4,406 3
881,032 881,032 000000000000000000015482a5566829c96ff991146f795532c7e754e8649985 1.54 MB 3,063 5
881,031 881,031 0000000000000000000203d4e5d286a121b91825baac858b44f514b074cc7d64 1.76 MB 2,872 3
881,030 881,030 00000000000000000001c73ac0e7c878cefb97066c8a72832ae0f88c591c2a4b 1.68 MB 3,677 8
881,029 881,029 0000000000000000000055a46cb89bc480c6a6d11372d3805e99d261c349b509 1.65 MB 3,403 7
881,028 881,028 00000000000000000001da7042b9329d532b3cfe882ac9e11c565b53fce5d26e 1.55 MB 3,355 8
881,027 881,027 000000000000000000029a0a8a0865de2423df267a08b17452d61610afeb182b 2.82 MB 1,251 2
881,026 881,026 0000000000000000000075972431e88cc6f8fe3dc7a8c2260aa4ac963835df50 1.54 MB 2,713 2
Previous 10 blocks ↓
Total Size: 767.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,533.58 GB sent, 87.13 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.