Memory Pool Memory Pool Refreshing

5,433 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (553,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,836 353,836 0000000000000000166b0abec1ff0c1477693af1c5874793fe30fe17f3b1db58 0.39 MB 585 23
353,835 353,835 00000000000000001495e553d5b71add1812846faf31a5b2d06e6dfccd35e377 0.23 MB 347 22
353,834 353,834 0000000000000000142c6e37f747ccc064ceeb6792112f57278b27d75814698b 0.12 MB 222 25
353,833 353,833 000000000000000011c5f991a21bb14c54d1c3f5ae2394f2f89a21a9d52969b3 0.08 MB 100 7
353,832 353,832 00000000000000000537de4cbc5058da548c6111a062a74ad75c8ef73308d3fd 0.33 MB 534 25
353,831 353,831 000000000000000009efccab4504e903e0146a093133e75d2aa48699abd34951 0.61 MB 917 22
353,830 353,830 00000000000000000a6607b9d2172b8265f2a95730508551089adc6c989e9c60 0.00 MB 2 0
353,829 353,829 000000000000000004c3f3f9f535757b62e0bbf64d6b3d6c92498c1e124c45cb 0.74 MB 1,380 25
353,828 353,828 00000000000000000f12b4f120256346f6d68d62a19bd5f9d24059a189ee6301 0.68 MB 798 17
353,827 353,827 000000000000000014e33a5d41a33956ad6db1c83b933691ed316eabfb4d9215 0.09 MB 114 13
353,826 353,826 00000000000000000e216c73d78bd34dbfda3979d168303bd7481e2b1da09edd 0.75 MB 1,147 22
353,825 353,825 0000000000000000035170c5912d52da5f190b9385b4adc50458cdd81785a427 0.75 MB 1,445 28
353,824 353,824 000000000000000011a2ddac306b27a2ce79c202cca8ded8673da0862b133353 0.32 MB 373 21
353,823 353,823 000000000000000007169b9c17344ebaa5d88549f21a06fe4fff32623cfa2341 0.75 MB 1,491 40
353,822 353,822 000000000000000004e74b9664da1f477214f29e345dcce7c511631aa9d6063f 0.55 MB 592 14
353,821 353,821 000000000000000015c87fbc2913a7eed87ab468db7708d442ffe0aa9088aac3 0.75 MB 1,259 25
353,820 353,820 00000000000000001702113527e165ca0faa5ff1343000eddc925c6c0a967699 0.34 MB 1,024 40
353,819 353,819 000000000000000003a5134e70a7e44a848271027a0d2bf8b636f8b03b3b3a25 0.34 MB 428 15
353,818 353,818 00000000000000000b3091b0f1557fb510aebd942c0be7c447d9638df6d2b7e0 0.75 MB 880 18
353,817 353,817 00000000000000000a5dafe10ad0aacba0ca712f405c7f1f7c89141e6cfa1d71 0.81 MB 312 11
353,816 353,816 00000000000000000d83b6ade061c1e780695b27a862218c7d695ca785158ac1 1.00 MB 543 14
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.