Memory Pool Memory Pool Refreshing

12,410 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (52,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
854,949 854,949 00000000000000000001e86838e4313b014995c7773ff5c88f1fa4bf1fd121d8 1.60 MB 7,087 3
854,948 854,948 00000000000000000001f64a7dae89b2589d3ea457bf9ac51b485c6fcfcad42b 1.62 MB 3,409 4
854,947 854,947 000000000000000000011b40a1af7cd6dc6c20f2545e66bf066fbf22519915c0 1.62 MB 3,545 10
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.