Memory Pool Memory Pool Refreshing

4,194 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (52,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,970 854,970 00000000000000000002c7813606ac54b2b5eac375afaa728401292033343537 1.59 MB 3,745 11
854,969 854,969 000000000000000000026ab988b66bf549e9a991700444ec2116bd558c2e00a8 1.77 MB 2,109 4
854,968 854,968 00000000000000000002829466f89a48fd488ae19fabedba8c5e8ec8d4f2537b 1.68 MB 2,969 5
854,967 854,967 000000000000000000020fe9a0f0e19f608e69e97654892d844b963fa38a2def 1.66 MB 2,245 6
854,966 854,966 00000000000000000002fc7a9ad681d5dcc466f9025259547dbc3ca6710665e1 1.67 MB 1,809 6
854,965 854,965 00000000000000000002525a953e505d9021c80ae085717056996a25bebeb30e 1.79 MB 2,081 10
854,964 854,964 0000000000000000000124c4d80bfd4b47b70be3605d51e41cafdfd3b9164ca2 1.55 MB 3,192 14
854,963 854,963 00000000000000000002abb9c3507843567b692ef51eb457439a3d5763af70c5 1.62 MB 6,767 4
854,962 854,962 00000000000000000002779dea12a81bc7a6f7a93930c5e694c49cd9ab7f0e15 1.56 MB 6,410 6
854,961 854,961 00000000000000000002644f9fc6785a1c1689737c462380d2206c2763e24790 1.63 MB 5,415 5
854,960 854,960 00000000000000000001427e86b99d8a80cd5241213b8f8cb400183edbcbc28d 1.79 MB 3,532 5
854,959 854,959 000000000000000000006253ff9d2430c304e6b016d14f7285c881efb60c4949 1.75 MB 3,305 5
854,958 854,958 0000000000000000000244cadacd41bba95ebd4ba66f175d1af1f12274c93b60 1.56 MB 3,827 10
854,957 854,957 00000000000000000001de15d90030a830d4058debb0719b0f28aa98aa3b84f1 1.76 MB 3,534 9
854,956 854,956 0000000000000000000284f6068598a9db84122abfe0b76758c8b2aa5fd2b45b 1.61 MB 5,499 3
854,955 854,955 000000000000000000020d8d6843fbf547d3251eab22cea162154dd3017c990f 1.68 MB 3,998 5
854,954 854,954 000000000000000000004c6811eb95d463dcb1ca826f36ec8e96223065b53531 1.58 MB 3,217 14
854,953 854,953 0000000000000000000077e37a6fbba5d82f04d493a1ae66205d207d615333fa 1.55 MB 6,621 3
854,952 854,952 00000000000000000000de639b72b7288d1554b5f2418be7b99204defe33f1f1 1.73 MB 3,086 6
854,951 854,951 00000000000000000000ae1b72ba592c9e896c16eb3e8522dd52983a6002c27b 1.65 MB 3,589 5
854,950 854,950 00000000000000000001a0012de2163cdf4829d41514865d8a8aa2e72edb6312 1.47 MB 3,116 15
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.