Memory Pool Memory Pool Refreshing

2,618 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,607 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (521,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
386,274 386,274 00000000000000000046af2824009dd98983ff073932ee5d4192a70b9968cd9f 0.93 MB 1,916 38
386,273 386,273 00000000000000000784b3b1ed04f0ae5ea5ed3ec95c12cb2972f72b78e4372a 0.99 MB 1,956 32
386,272 386,272 000000000000000006740bcd457a0c4ba7ceee0df7a8e1ee5a82e4bb11b48e1b 0.75 MB 1,964 44
386,271 386,271 00000000000000000de352257974574b89c5efd35b238cb086364f83746212da 0.56 MB 1,265 42
386,270 386,270 00000000000000000a9578e5003cf831b18fbca1feeffae70b3829d981a7b6fb 0.99 MB 2,658 40
386,269 386,269 000000000000000000af5045edaccff88760fc407290412fb715e8ad26345246 0.47 MB 1,245 45
386,268 386,268 000000000000000006cc89a184924b3fef2cf4157a7b3d6a0a0a2ab429331f9a 0.74 MB 1,364 44
386,267 386,267 0000000000000000013b7e833f2fbea4bf3f9528ff8661b23917db901d94d476 1.00 MB 1,922 29
386,266 386,266 00000000000000000f1be90b628be16a83599191c6ea810802f0ebf378bf85ba 0.95 MB 2,450 56
386,265 386,265 00000000000000000a9892e2ed1b1dfc0c4ffebda139723326358d5fd65563ea 0.99 MB 603 13
386,264 386,264 000000000000000005d22356db1acb3434fd2a5d7838587afd8a3da6f8bee8fa 0.99 MB 2,522 43
386,263 386,263 000000000000000006380a8363d8309495258ad7ab369d22f4bc9e1f2999ab32 0.93 MB 1,646 41
386,262 386,262 00000000000000000355cc7019a16c7e39d344827649732310253165df5627dd 0.17 MB 218 20
386,261 386,261 000000000000000002aac3f46e91294d227882768c9f7b0ab0712402c8330723 0.22 MB 405 26
386,260 386,260 000000000000000005feff1a462ed35f74ee9c5a158f31f0c083d61ae2688db3 0.89 MB 1,787 32
386,259 386,259 00000000000000000e40c8a914aa943ecaca9998dc06a06c32ff12cad04169e3 0.58 MB 1,199 33
386,258 386,258 00000000000000000012b274b890041c069751a125d54c149331213085439c82 0.23 MB 263 20
386,257 386,257 000000000000000004e4e909e8b9257b6f3d04c828263f3105ec446e27abe6f0 0.45 MB 803 36
386,256 386,256 0000000000000000059eec50bad95b10346b68151097ef3627f72343f84ed9e9 0.30 MB 240 17
386,255 386,255 000000000000000000fcda124b846cdd977f2a99f4faa4287f01abfe6bd213ca 0.00 MB 1 0
386,254 386,254 0000000000000000000088b93036adbf68b2076158fd1ecd3945a2d4290811bd 0.75 MB 1,782 38
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.58 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.