Memory Pool Memory Pool Refreshing

1,824 transactions
18.95 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (897,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,615 10,615 00000000c46c7cdcebe73a6780c1e3398f1577dafd0967b6238002f76f19b42a 0.00 MB 1 0
10,614 10,614 000000009973c9d6649b3b8109fb1b437920a5f1fd197d997b7328d5f3859ca7 0.00 MB 1 0
10,613 10,613 0000000043db4b54d4c423a270660df151aee71cb5af6005371487f3025ff250 0.00 MB 1 0
10,612 10,612 0000000060ba10a4578a30e59d5252e04a52dd9c64eac875cbccb33f8b3c1ebb 0.00 MB 1 0
10,611 10,611 00000000d4b5beb64a1036fa000a93a8163cee50331072436e28d826212502cb 0.00 MB 1 0
10,610 10,610 000000007a8151f179368e2a18f686f1046c19234321819170f4be94ea977a2f 0.00 MB 1 0
10,609 10,609 000000005594e540920a459baf3e6e8493c45318b5a5e0b7980ab98f42f65a8d 0.00 MB 1 0
10,608 10,608 000000007ba65b20479d4b7ac54fd5c6eaec71890eb702bd728ea3af2ad0c045 0.00 MB 1 0
10,607 10,607 00000000b899114fc9cc431a843cf7dab48d52c7c3ef3c02d37d40c8036c98ce 0.00 MB 1 0
10,606 10,606 00000000ecd87d029838335b2eb78f71b341e84316b947628fc34a9c3302a7d7 0.00 MB 1 0
10,605 10,605 00000000a9b722320bcd7a8696140e57bfbf1ea1c23771e88fa7b92280dfe36a 0.00 MB 1 0
10,604 10,604 00000000f33314cb7a3b78fd3b22f598b8f2a752cfe49438e184ba79040609c9 0.00 MB 1 0
10,603 10,603 00000000928e09ac26871a3a607784d2dd7719c26c7b4ee428762c64885c50e1 0.00 MB 1 0
10,602 10,602 00000000ef9ef0f86a1705811de6418d44b6500876560e7a156631c87ffb1408 0.00 MB 1 0
10,601 10,601 0000000095723a47405de14a0a6e7d14338beca28e6db53e4b6b1f9536f3a345 0.00 MB 1 0
10,600 10,600 000000007c5e161f7c54a61eef5cd172ef0c80ffa8eacc481f257d9237982076 0.00 MB 1 0
10,599 10,599 0000000015295812b554005da3e4281dae3080220597a24bed7d96a34a6cd22b 0.00 MB 1 0
10,598 10,598 00000000473ce37b03d482c46247c59a19a89474fe666f85b2737cb09b9565ff 0.00 MB 1 0
10,597 10,597 0000000023e52c09e9a625ff2c4b7e4d830dbc37fb63b94ec03dba438c0d067c 0.00 MB 1 0
10,596 10,596 000000009ced8dc1fe8f69a78f018cd228efa5f4ab544f87c4dbc82b314f68ca 0.00 MB 1 0
10,595 10,595 00000000f1b8d2c1f922b0611a4487bca7d3cdf8882a94720a1fd3e65a770928 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.