Memory Pool Memory Pool Refreshing

2,762 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (553,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,857 353,857 000000000000000012febd0a006cd1b8d9f47cb06a4bba0c607ee7a5b2439e89 0.75 MB 1,681 30
353,856 353,856 000000000000000014c7f1c85f1dfd2e6fd46b35687007d0b8585716fcd4e0ef 0.33 MB 477 24
353,855 353,855 00000000000000000b33090db654b2ae5939fc8f3cc849b986e8ba4d5a02fce2 0.18 MB 360 26
353,854 353,854 000000000000000012f266884dd7ce42f3a5dee08a54abe0aaed42b445f1bf84 0.27 MB 434 25
353,853 353,853 00000000000000000a6ff2ff9659c36ef12584203f2abcbc7ee9cc9975a1123c 0.10 MB 243 34
353,852 353,852 000000000000000003cf899b35c4e8ae2766315da56a8012548a0fed703c8475 0.17 MB 257 17
353,851 353,851 000000000000000014162ac498fb8431516fa376d15f0dd0edfe7e56719876bc 0.98 MB 805 10
353,850 353,850 0000000000000000164c93e36cf36c421decd170011d651c0952cb946cb926bf 0.75 MB 1,596 29
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.