Memory Pool Memory Pool Refreshing

8,304 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (442,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,359 465,359 000000000000000000cbda9202174e626c4cef00653822f9a0b7b2d8546f80ab 1.00 MB 2,190 209
465,358 465,358 00000000000000000020b2da3d916290361e750218b08a52fde6b4a68aea5d9a 1.00 MB 2,151 138
465,357 465,357 000000000000000001633f9e2ca1bfd4fb6dfb07094ff854da3f314876ecaa9a 1.00 MB 2,518 218
465,356 465,356 000000000000000000d1e72d85e525d9317e30df90d697422d2d6e3cf794c52b 1.00 MB 2,340 199
465,355 465,355 0000000000000000001fa972fdd0e3cebd7e166ec88bcb2cf0662413a48fead7 1.00 MB 2,846 136
465,354 465,354 000000000000000000bdfa6fd50a2976724d8d31a00f46397fafcfd8769f4f5c 1.00 MB 1,691 121
465,353 465,353 00000000000000000028c4395fd947f5fc4a9e0975d80b81e0a9cbbc2fd5204a 0.00 MB 1 0
465,352 465,352 000000000000000001e4074bd93229c7a3cc401fc177708d7688b499e155dc54 1.00 MB 2,200 139
465,351 465,351 0000000000000000011d7914381f31d86c153fe96147663a7e12102377225e89 1.00 MB 2,048 201
465,350 465,350 000000000000000000f32563c704f343ad4c3403a6cae6e90552e8d9adaf54ad 0.00 MB 1 0
465,349 465,349 0000000000000000012796a7bfd762197b5cfd0e7de18783b5347750e46e1bba 1.00 MB 870 139
465,348 465,348 00000000000000000106a8f375fd60455da19f7dcfa89f01436ec578a2669a68 1.00 MB 1,815 142
465,347 465,347 000000000000000001671ed524468c33d1649bd3eb409abbe757fc3fcb2bed54 1.00 MB 2,116 183
465,346 465,346 0000000000000000005bf343bc5d617dccf87a4c951e56bd7d32ae38b678b71f 1.00 MB 1,183 136
465,345 465,345 000000000000000001a0cb8380e5d79692fb794e307459aab7d1ce6d7b014598 1.00 MB 2,336 253
465,344 465,344 0000000000000000017004e719e9617282b290fb5fe8f93df62d2d3e0059eafb 1.00 MB 3,223 156
465,343 465,343 000000000000000001e8cfcd1075589ca70133366dbe9dd3a6305bb912d7bae3 1.00 MB 2,269 184
465,342 465,342 00000000000000000124d0d91e1fc9d7c9be4bfd31223f72fcb3f4b27233b07b 1.00 MB 2,520 214
465,341 465,341 0000000000000000019de646063018bef98c43a3b053be827927e1be1803fce1 1.00 MB 2,558 150
465,340 465,340 0000000000000000004d251fed390ec8a668cb5f7831c90dfbacf71ad9fa4e30 1.00 MB 2,006 171
465,339 465,339 0000000000000000006876fc95505a90646d124611b4ad8c13cc62e3ff5c6ad7 1.00 MB 2,105 259
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.