Memory Pool Memory Pool Refreshing

4,200 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,889 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (848,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,585 59,585 0000000006546007dfe57e572ad70e6ce3c4021a89689496a75cf742e48e7882 0.00 MB 1 0
59,584 59,584 000000000d86ffc06bc5c01a8d508ad01265a4aa920e12a974d21aa25aa5aabe 0.00 MB 1 0
59,583 59,583 0000000003236ddb772609a8c540f93254ecdc09cdafdd18fa98f635e308d8bc 0.00 MB 1 0
59,582 59,582 00000000084d940b912adbf1b5f721328692e232872e9a453265aa4bf0d28795 0.00 MB 1 0
59,581 59,581 000000000d46fefcf0ebe8568e59bcac2fc533c3c9c9da782d2a22f07eb9c36b 0.00 MB 1 0
59,580 59,580 00000000083cf24371c614102a5b10991e428ce5d852e01568157916052320d7 0.00 MB 1 0
59,579 59,579 000000000ebeba45c2e6e87ec5587462ef6d9eddbd6734c7191ad5fb0b14bdc8 0.00 MB 1 0
59,578 59,578 0000000003b9c97f148ab287c53e5c8f19ca7c2782afca5d012f71f3b34c451b 0.00 MB 1 0
59,577 59,577 00000000052b6a02faccfe417e8fb8cf931865624960aef5b07149bf26680a00 0.00 MB 1 0
59,576 59,576 0000000004977e6d3e6ab18b32f4f5ca43eac6f089b1fb5312cbba75a3b74e9a 0.00 MB 2 0
59,575 59,575 00000000045d54220dbc74eba31615d9bd87c5c7f138f10fa4d49c3df15df404 0.00 MB 1 0
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
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.57 GB sent, 94.02 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.