Memory Pool Memory Pool Refreshing

17,008 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,945 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (571,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,774 335,774 000000000000000006f6e870aebfee8e01e7d74f8c93e0704aef92176b61e7ad 0.04 MB 104 24
335,773 335,773 00000000000000000ad69a9220c31dc50be8607544d2f62e920ffc11d99353c6 0.24 MB 464 25
335,772 335,772 0000000000000000190840ee18ce24456ecc7f307950c10f218aa286e80bfcb9 0.42 MB 763 23
335,771 335,771 000000000000000005e9aa8af1d542c579a2d42cb26ecb0fc5a524cb317c3f4d 0.05 MB 103 21
335,770 335,770 000000000000000007ccf75278841cf1c58fb57e9c97ca396bc79590fff9e7a9 0.05 MB 98 21
335,769 335,769 000000000000000018e11aecd6fab41866b2cf3fe2a01025050d0cee07b37bdf 0.29 MB 634 26
335,768 335,768 00000000000000000148c1f15dbac7de7421f4ac72269cc95798ae18aee6b0a1 0.20 MB 331 23
335,767 335,767 00000000000000000a87936dc89dc385949864034f79d4deb3c26504e93f2648 0.11 MB 209 24
335,766 335,766 00000000000000000e0c747f88b84918fc2f1e9e5d1fefe5e946204866fb7369 0.00 MB 12 30
335,765 335,765 0000000000000000068651d4cbbeac065cc603b89739b0deedbff032967b5eaf 0.30 MB 627 30
335,764 335,764 00000000000000000b73448eacfa10929283a565536b294e91d1cc9079dc581b 0.02 MB 52 33
335,763 335,763 000000000000000001029bd2b14d73fcd00412fa6f4c91f3f5869860a4ccfcbf 0.23 MB 454 25
335,762 335,762 000000000000000014f6c4e6b3b56aa97b8c422ce4adb37feafd7625d7b4b589 0.14 MB 243 23
335,761 335,761 00000000000000001472c4fedf1a765ee0ef99d198e0c24a231760ba95fd7cad 0.26 MB 498 22
335,760 335,760 00000000000000000b118643770c91cc97af5864ea5faeb16857576bd5bfdca9 0.20 MB 357 28
335,759 335,759 000000000000000008314418994f5a1c2237a7fa775b38afdb8f025e1733a263 0.26 MB 502 27
335,758 335,758 0000000000000000061b1ed27a29f60f8b0cd493a2f0c784c28cb96b1b8a4c27 0.10 MB 211 22
335,757 335,757 00000000000000000facb5aa126016303036aeab62a58c32b882c656bf7ba8e7 0.23 MB 406 23
335,756 335,756 000000000000000008269f46c5f5e8e61d978a2eb3f9a3b8e18e81e0993cb534 0.13 MB 268 23
335,755 335,755 00000000000000000e1e87613988f9d0cc2c8d8d9ad687bd8ff3b7a1dca35ffe 0.47 MB 622 16
335,754 335,754 00000000000000000e00ab8824732dfd91039ce7c8c96249d23038d194382d63 0.18 MB 367 29
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.67 GB sent, 93.00 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.