Memory Pool Memory Pool Refreshing

19,690 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (553,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,849 353,849 0000000000000000042b1b35290a111617e7017182e5ab4d6de4cd1cd94f2d6c 0.18 MB 388 25
353,848 353,848 00000000000000000e4cef071da2b876ce0aad414da72c8cf375220b927717c1 0.98 MB 650 9
353,847 353,847 000000000000000016ae68a1ef5b03d089be451372cdfdf5861a96955f7b41dc 0.75 MB 1,745 32
353,846 353,846 000000000000000004021a69b3c0e95f586dfcc268266896b33d166470cf221f 0.40 MB 811 25
353,845 353,845 0000000000000000049543b20dcd70c545657d87019d73571baa68a1d1db0274 0.75 MB 1,249 25
353,844 353,844 000000000000000005221b9946595228171e9d200bdbc1e1a72cd1207d71d52b 0.45 MB 927 25
353,843 353,843 000000000000000002bcd04bf0b6ea8008ded60b436fd9c334ebfa92051d9d30 0.60 MB 898 22
353,842 353,842 00000000000000000eab9c5a21982f4af7821e920ae7ac3d47d6ef674e9a8edb 0.06 MB 82 18
353,841 353,841 00000000000000000cb3dd088bb4f0b2274a47ad2b5d4af05fbd9893036d6dcc 0.57 MB 1,274 28
353,840 353,840 000000000000000001d00a3107b02744e44beb9928910389ff1c2accc7943884 0.41 MB 148 10
353,839 353,839 0000000000000000096f8a63925f9999ae1341330835d3e2f92b4104558770ad 0.75 MB 1,126 37
353,838 353,838 0000000000000000098bb5870d0beb887eed792d4ca5c99cf3bec8508b3a34d0 0.08 MB 175 17
353,837 353,837 0000000000000000109ef8bff9fe45ba78cea888ac3f520dd7eb548cc453b2e6 0.11 MB 60 13
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
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.53 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.