Memory Pool Memory Pool Refreshing

2,906 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (574,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,415 333,415 000000000000000016bf988945ce526d03b4d1ace657d6f4cbb211921337ec9e 0.50 MB 1,474 41
333,414 333,414 00000000000000001963230784a587bfda4b9900ad116f779754e209fcd8017a 0.05 MB 128 18
333,413 333,413 000000000000000012d2f22cd16618fed229b1e187278780391c48a0d7d0457b 0.12 MB 200 30
333,412 333,412 00000000000000001ae53837b62ffe2557ed4aa5d0615df9c6ef4d6ddb65b974 0.20 MB 230 17
333,411 333,411 00000000000000000d3ac099054a21490f433e66dd247091f605d2080f617298 0.25 MB 422 21
333,410 333,410 00000000000000001117146a6572adcfe6e558091b13ab8d4f5ee12d77d9f1e8 0.08 MB 79 11
333,409 333,409 00000000000000000de36e72aa541b53610d57a1f4f78b7bd9aa8a32510e0bc0 0.36 MB 651 21
333,408 333,408 00000000000000001439a2ca5113c4259c756a73c677035c6f339d0913523800 0.15 MB 179 19
333,407 333,407 000000000000000015ca005f95682f4d3e4ad45d4f20fa2523f25b71165dd001 0.14 MB 192 20
333,406 333,406 00000000000000000f083fc92e905b836c26dfbfbf1339ac869fa0b96d291e0f 0.48 MB 764 26
333,405 333,405 000000000000000006659019b3dfb797ed3c30fcccba59e4146e879ae15e2dd8 0.05 MB 128 31
333,404 333,404 000000000000000002a00dd3042e1ec19506f34d7ec24ca2a488f00552099f78 0.14 MB 228 20
333,403 333,403 000000000000000014586cd0b3dba1c506b4087bc33f902a9d185782dec15ee8 0.08 MB 123 23
333,402 333,402 0000000000000000109e7c219f647452eefcf958a6d4dd825807e633fc5a7eec 0.22 MB 221 16
333,401 333,401 000000000000000003436e7083d70c53d83bf8af14788a5b93fac10e53e67824 0.12 MB 287 32
333,400 333,400 00000000000000000f51a670a8b567d9e596c8accfaa5d3c2af910d44ca2dee0 0.00 MB 1 0
333,399 333,399 000000000000000019b121bfbb896af36c3ed4919a0361ab275bdf08bd877a5b 0.64 MB 1,080 22
333,398 333,398 0000000000000000084beec254f6cfbd3fc707057207834a735e2fc77d18f3bf 1.00 MB 1,383 21
333,397 333,397 0000000000000000065be735c923c0d923b598ecab80a5a575895de3b3e85225 0.25 MB 408 22
333,396 333,396 0000000000000000147063976abcdfc1821fc20712105e72d2cef34639b797e1 0.14 MB 195 18
333,395 333,395 00000000000000000b161fd8e3de815ce460573baa8ee3da6b704c365649a3a4 0.08 MB 110 8
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.59 GB sent, 93.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.