Memory Pool Memory Pool Refreshing

6,117 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (715,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,321 192,321 00000000000007b67693fea8291bd0d9ac57a0377af10b60167a7f5e39df1ce4 0.29 MB 751 155
192,320 192,320 0000000000000335899b6fc51467f1fabbfd21d857dcc6f8dfb7628c3502550f 0.00 MB 7 0
192,319 192,319 00000000000008025f7f3734353f45f808b68d660975ab91ad37c27398dc5885 0.25 MB 611 159
192,318 192,318 00000000000007750d55c61237828095f6ab1c6dcbddc271b7255eabf657a764 0.03 MB 84 0
192,317 192,317 00000000000006483375490c588b9778d8019999f1b8994c58c8f952202ede7e 0.11 MB 282 201
192,316 192,316 0000000000000269a5c03041b269740fe11db66b7f1eebb945ad217bff48a15c 0.00 MB 6 388
192,315 192,315 000000000000024e49d85adc9f13b6332355989e1d40fd0f9b75da47e7c0c3b4 0.00 MB 3 0
192,314 192,314 000000000000014470c61a1b8d2f41c87a79088f66db41d392702c08ee8a7f19 0.10 MB 251 186
192,313 192,313 0000000000000041f51e86d8dbeb825d6bb02b6d0cadb632e37a87b3d55d4f5b 0.06 MB 86 122
192,312 192,312 0000000000000026bb778bf0ec3a00268345e999d02ad2de0f5f9457818c844f 0.16 MB 315 152
192,311 192,311 000000000000028f0b54a573e24850eef88be0d998357e25f5aff1928b4008e0 0.01 MB 28 25
192,310 192,310 00000000000005533efe8c481d9d3578ae4c3d28a6b84fc4fdf86af45b421867 0.05 MB 103 76
192,309 192,309 000000000000028425e00ab1c446d84bc06c7a1684fb7c6b704b852d0fbf03fb 0.40 MB 886 161
192,308 192,308 00000000000000f7b302c803f255a4bb26fbdb34d0c9ab39d2d2dc7c183189bf 0.02 MB 27 548
192,307 192,307 000000000000044a0f4c621fd13140a159f360eafdd396a39ab1f52489368247 0.03 MB 30 350
192,306 192,306 0000000000000203df998ce3486599639707ae4da976a012db45cb432dfc54d1 0.03 MB 78 159
192,305 192,305 00000000000007e7fcfd8cfd8698de548046ef47ccdb66a7e0fdd43632ca1273 0.21 MB 440 144
192,304 192,304 00000000000003d323d81e52397e4cd021b8cf02e0a5e3c86dfda1b9b8fa60f2 0.01 MB 15 103
192,303 192,303 000000000000016c2bbbadf2a0654a555e4a70f45538d1a7eb1e55dc4e9c3477 0.19 MB 403 121
192,302 192,302 000000000000070df3edda572845662377cee8f7c9cdee94ee25b3579cc1b931 0.04 MB 84 112
192,301 192,301 0000000000000289fbf28416198c5447edf2c3fb3a3958cc32c32c102adef7a9 0.50 MB 1,347 91
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.