Memory Pool Memory Pool Refreshing

234 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (12,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,788 894,788 00000000000000000001f27e2bfc14a14059f28ff2df8d911e58fb148cd6d6ec 1.22 MB 1,248 2
894,787 894,787 00000000000000000001616f82b7fd0cdae313d18379e859ffab38ef8fadc311 1.27 MB 1,401 3
894,786 894,786 000000000000000000022150cc2da596ba22751566e94e0f9cdefe0cedf2d61c 1.48 MB 3,503 5
894,785 894,785 0000000000000000000142bd2c73d3abac25e363db58a66f0a3745adc5098aba 1.22 MB 1,166 2
894,784 894,784 000000000000000000010e477bd666ed06e1b1fa0a96e2c5d3ece89c8914f9ad 1.68 MB 2,990 5
894,783 894,783 000000000000000000010a1825f3e6ccde647fbcd22d298865045c3ea8fd6ac6 1.14 MB 600 2
894,782 894,782 00000000000000000000fd3fa2f94cda81bcb7a2a9b0d7fc9e55307989ce017b 1.13 MB 795 2
894,781 894,781 00000000000000000001388c7f9aec361641092560b6a7c21cc0bf136e993264 1.57 MB 2,420 4
894,780 894,780 0000000000000000000140e41306ac1614067440f45fc69c60faa1f37585f561 1.64 MB 2,124 4
894,779 894,779 00000000000000000000707e1d208f8b8f218d523110239ae8cbbde9b64e7e71 1.24 MB 1,046 2
894,778 894,778 000000000000000000005af016269e13bbca8f0b171f52e13c2b80cf003916c6 1.54 MB 2,449 5
894,777 894,777 000000000000000000002927c5e96f1500d8e07562e2a74c94c7bc2c6ade315f 1.15 MB 1,008 2
894,776 894,776 00000000000000000001ed464366e01b7f849afec6446108f73eb89097285e30 1.46 MB 2,314 4
894,775 894,775 0000000000000000000049daa6b4eae043509eeeb19a82acfe55ea35764675ae 1.41 MB 2,901 4
894,774 894,774 000000000000000000005bfb189ce1c772352cd810dd76a61a6fd53d4b9e82b8 1.38 MB 1,793 3
894,773 894,773 000000000000000000023c89e71c17bd2a08476fdbb8f121786ecb7eec7b8bdb 1.54 MB 1,109 2
894,772 894,772 000000000000000000010aac335ec895c2cd5da2e175c75666d9b610ad61d4f9 1.72 MB 3,046 4
894,771 894,771 00000000000000000001ac24d73fa5b3c415f2c725dd1447f45587c60f83393c 1.52 MB 3,145 4
894,770 894,770 00000000000000000001bbd9e860df0a9ca2c1114f0fce81f24dc52a441828b3 1.40 MB 2,236 4
894,769 894,769 00000000000000000001066f18a4a5ac9b764f61bf89ef0ba00c0ce04a4278a0 1.55 MB 2,881 5
894,768 894,768 000000000000000000004b6781aa201072c06d8f31e099ae56f688e713f8697d 1.56 MB 4,075 6
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.32 GB sent, 93.42 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.