Memory Pool Memory Pool Refreshing

732 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 723 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (760,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,515 147,515 00000000000005ea8530b7740695cde05f55a1519d969cb9f7934c35bfecf0e9 0.02 MB 49 263
147,514 147,514 00000000000006f37b5ddaf57788bde0bdb49850351dae85f43e23b01456f7b9 0.01 MB 20 592
147,513 147,513 00000000000000606e54c5c424e091271d25776f882fd45303d945a750d3d19b 0.03 MB 53 127
147,512 147,512 00000000000006f9fe5aac0816c1dc890620ba4cb8623115f2d3731d8ce286a4 0.04 MB 112 84
147,511 147,511 0000000000000046c56b75d920feb7cac3bc6fe9302779323ec089a0dd425b91 0.03 MB 66 172
147,510 147,510 000000000000084ca8fbb9a47e6f55ae6a054ecf1988747c93714de1cfa3a71a 0.03 MB 80 113
147,509 147,509 0000000000000533db636b8048a2146cc46f9e9b50002ae2779b04494e256db5 0.04 MB 95 129
147,508 147,508 000000000000087768302f0987743f2cdc36aaff0eb72cd325a79113c3e3a68f 0.03 MB 52 148
147,507 147,507 000000000000041ab0872fc7288aa75360f03d17452693f40241d2e8b9ad0892 0.01 MB 9 385
147,506 147,506 000000000000002afe5879d5d2db1c231cbee0a050bd3276a15b357e2e2e8187 0.02 MB 63 0
147,505 147,505 00000000000003addd152000ab20d16055dfd8e68ffc8ad5d0e5f8ed8306fba5 0.00 MB 11 292
147,504 147,504 00000000000006746fb8850c3f439bb80a6ff437b47f55b3e32b5c01a50c9e07 0.02 MB 32 137
147,503 147,503 0000000000000006fa8dff6e3b748d733e0fc6019724dbf0972cba7453258278 0.05 MB 147 115
147,502 147,502 00000000000004a1ee83eecd95f7669441e93ef815e02c54c0d1260d430e0c51 0.04 MB 88 224
147,501 147,501 000000000000069a337dd043c590475b9eeb1c52387712d628192ded078db483 0.01 MB 27 137
147,500 147,500 00000000000005cbffd7621681c66f7da5ddab947c472743bfe05b59aa9cc243 0.03 MB 48 227
147,499 147,499 00000000000005f6b08e63897f665f2ed5e6923c142c0d4b85a7ea9ff41fd163 0.01 MB 51 114
147,498 147,498 00000000000009461d90e66065bb79dd3d47d921ba0e4cadc602e6880484a2ab 0.02 MB 32 187
147,497 147,497 00000000000006684deebe40810c072f3d631f14308d10c7399eec7482117d8f 0.02 MB 56 111
147,496 147,496 000000000000084a8723122036996ce1530db4f216c3c58dca33e85c063dfd24 0.02 MB 32 151
147,495 147,495 000000000000049de7af4dd2930d0084cdba35ad0152a8105a161fea92f6fc83 0.01 MB 52 10
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.