Memory Pool Memory Pool Refreshing

751 transactions
24.80 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (848,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,574 59,574 000000000b1baf979c8f59816e3d8f4873b6224fa217309234cea37c61023d0d 0.00 MB 1 0
59,573 59,573 000000000bbb0dde89c4ccd3d5faced4cedb506bd8a74a74db09558e7df55959 0.00 MB 1 0
59,572 59,572 00000000046739c1ea3612322e1769f07783ebb22fb62498b7fd2ff249a52f29 0.00 MB 1 0
59,571 59,571 0000000002e0bebdedd492c730357e2ccaa9ae813d65746db80e1a1e803b4aa7 0.00 MB 1 0
59,570 59,570 000000000948d647cf1bf9570154d47591b70d762d2806dc768c9d8c80c94221 0.00 MB 1 0
59,569 59,569 00000000008c4e21405bf166aa6010944e684a70cacde53b6390616c8608436a 0.00 MB 4 0
59,568 59,568 00000000014b0c459931a5a6d6d43a2c58fa57487c57c1b0b86191f1c8c202a9 0.00 MB 2 0
59,567 59,567 0000000005f57dec105b4511decf2b2f996677c6f6dc8cccbacd1fd06e919bf7 0.00 MB 2 0
59,566 59,566 000000000724283082a65e507bfb548a23d4b7ed7990f5d229acdcd31d591f72 0.00 MB 1 0
59,565 59,565 000000000e96d603c2d1850a7d99770b460134e413f8b1c31e415decec4d0540 0.00 MB 1 0
59,564 59,564 0000000008460a66cb2594a8c98bc45501ade33756210a62022e5fac28daef09 0.00 MB 1 0
59,563 59,563 000000000d44ccce46856115a1cd08557159668f9d7ad750be03b3582881ff76 0.00 MB 1 0
59,562 59,562 00000000038ba04d673ddc5058ff7d676c59371c04b5a75c537fc87e41fbda97 0.00 MB 1 0
59,561 59,561 00000000060c3618a72bc7bd4ee303487991897a0e335c5d13a967ad157aa270 0.00 MB 1 0
59,560 59,560 0000000001246bcbf34af591a912297d0342a14602237f3f576a9b2e5638b5e1 0.00 MB 1 0
59,559 59,559 00000000060f0d8643bd83b7f862a1fce6ab704cab82daec831f28215ad397a7 0.00 MB 1 0
59,558 59,558 000000000e9fd06b0b6d0afd4fe1fce9be491c9abbb2c6aefb8d1c2c3cb64e71 0.00 MB 1 0
59,557 59,557 000000000af8e38973e4e7195551185737c23b6f98fdbc08bea4b194e1847b3a 0.00 MB 1 0
59,556 59,556 000000000a7062accfe801b9ef357673a1300ebca7e043d86a627d218632c886 0.00 MB 1 0
59,555 59,555 00000000034fb4d963a1563ffa43910d98b7f5f15c9fff72fa5af921116ef2ba 0.00 MB 1 0
59,554 59,554 0000000000569b4a9a72f21647b635cb99d355079e162293ff3ac506dc7d43aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,696.59 GB sent, 98.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.