Memory Pool Memory Pool Refreshing

19,040 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,148 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (77,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,768 829,768 0000000000000000000105e717d10ce7982543c5d8b1adcf4b7edbc827b6fc1a 2.57 MB 3,604 20
829,767 829,767 0000000000000000000094d95c1bef0f9e8bd7fa6ac990dc3b17a0bd3fb11811 2.43 MB 4,263 20
829,766 829,766 00000000000000000003aa35aa337de3b8b05c04e78ac55b55c4b319962bd37e 1.73 MB 2,670 29
829,765 829,765 000000000000000000002759e2ce3c7571cf44e1185627bbb6af343a1a912003 2.13 MB 3,746 23
829,764 829,764 00000000000000000000121257c00b892a47c54f820f9163cae4a60ed5f3e65b 1.69 MB 2,691 24
829,763 829,763 0000000000000000000205f831d30e3d688d424ac5f1dc0205f6319d12bba2d3 1.53 MB 1,100 23
829,762 829,762 00000000000000000003426b5b9fbb20b7ac9765a0eb8591b47c6042f6408dcc 1.62 MB 1,439 24
829,761 829,761 000000000000000000013dc27ce44e21f437169286979affbf08b9790c55d8a5 1.78 MB 1,269 24
829,760 829,760 00000000000000000001d80210a9c44b2638ea88f12ba1bfc680edbc65a4d165 1.93 MB 251 20
829,759 829,759 00000000000000000000bdccbe483133c276e295dfb68bb80e9c55243b23e7e2 1.81 MB 2,665 29
829,758 829,758 000000000000000000035062abde56f91d167160a298ca2dc6abea5a9d3a7a16 1.73 MB 2,739 26
829,757 829,757 00000000000000000000ba625332942a3540ccf56f37a5cd8d0af2f91eb5b660 2.00 MB 504 21
829,756 829,756 000000000000000000022df92a5537673d4b67025b679599ddbc18c0ff762b54 1.88 MB 1,302 23
829,755 829,755 00000000000000000001a3f14f0c5b7c8bf020dfa9025db235215aae1de3686c 1.03 MB 166 20
829,754 829,754 00000000000000000001dd73dd5bb8dbb9a93897dfa9ce1e27253cc0336ed435 1.27 MB 1,176 24
829,753 829,753 00000000000000000001efc73cc821da7e7073414f7e4cc10741133d6a5b4f99 1.46 MB 2,534 27
829,752 829,752 00000000000000000001a250e083780b0ad5565746328369acde21d0a348da4a 1.64 MB 3,227 26
829,751 829,751 0000000000000000000291b9618a993b2693df75acb562f943b340c6112cc486 1.58 MB 2,749 36
829,750 829,750 000000000000000000027c37012c99b1ce42d0567f4d9e2fcaa7936688150cd3 1.39 MB 1,754 25
829,749 829,749 00000000000000000000d3ee00bead3689ea901aa1c210ba9880089e0b35bcae 1.26 MB 951 23
829,748 829,748 000000000000000000011b7079c2384a3d9bf86b3399d15adab7f118cf54a31f 1.63 MB 2,592 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.