Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,591 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,308 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (851,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,765 56,765 0000000004035ecf6d7b41e4baa911db1af881b41d685bc041bebccd7afdbd3d 0.00 MB 1 0
56,764 56,764 0000000005ca99dab9921baa45e556850932cc49d788aebca2d6a0380e38e497 0.00 MB 1 0
56,763 56,763 000000001252def05d4c4a0e38983a58675aed1869d4dc1366d592c317397113 0.00 MB 1 0
56,762 56,762 0000000000f6f49d1ef7687526ee5735e5afe75de9f513e0958f118295b0ef91 0.00 MB 1 0
56,761 56,761 0000000008facd5098daa2d67111d00b0693a74ce274ff43d98bdeb17301ab2c 0.00 MB 1 0
56,760 56,760 0000000005182a5eada7553ec0a4d7512dfed946a453ea302003ff836e10defd 0.00 MB 1 0
56,759 56,759 000000000d00f016e7fa5635aff102d7359d74cd17b86ee58054ed9898d0efd5 0.00 MB 1 0
56,758 56,758 00000000000368c92e6f28ae5b2de92e9f1eb030bbf6f55c4cb62cdca94797ba 0.00 MB 1 0
56,757 56,757 0000000009775e83e36b0ef087db9967776de833c4b4001c36208ea1a05507ee 0.00 MB 1 0
56,756 56,756 0000000004ed19cc0b5ba5fcc6119dc34dc1464c005f00907093a13a6d6a613e 0.00 MB 1 0
56,755 56,755 0000000006ae83295499337b551306737d5b5820db7203fca694f754e1592cf1 0.00 MB 1 0
56,754 56,754 0000000005f9a4148228f74cb58976a66241f91eee1b84c78504211b03d4ba08 0.00 MB 1 0
56,753 56,753 0000000001c7c3e45ce5eee0928b0beb2f327af0d232887655ec5db39343f628 0.00 MB 1 0
56,752 56,752 000000000d4726a74efea89fa81a01a1e849d2b91e101101c480e662ff2d93e5 0.00 MB 1 0
56,751 56,751 00000000123f59b7ce891bedfaca0b63ccf1b56e69cfb73525fb9f4463e38b14 0.00 MB 1 0
56,750 56,750 000000001495a1880375ae4456b6982efff4ce4aac036f66f54c3fee4399eaa2 0.00 MB 2 0
56,749 56,749 000000000e304305c6ad14e615a7924ce59265d9689939042663ed45931fd1c3 0.00 MB 1 0
56,748 56,748 0000000000d0728d0810d3bb5c49aa0fba2c2f3ff3ff1e36e1da45bbf75979d9 0.00 MB 1 0
56,747 56,747 00000000045de8ee68d622b7b088b110935889c0d2944bef2bf05d14308ac5b4 0.00 MB 1 0
56,746 56,746 000000000eaa17bbb07661ccc6283f6c16097beb90f3f2bdec5f3c00da7006cd 0.00 MB 1 0
56,745 56,745 00000000089c14aac753f18865cf4e7a12eca664d9e83a97d85fa258b2aeda7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.