Memory Pool Memory Pool Refreshing

2,373 transactions
14.29 vMB
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (903,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,670 4,670 000000007fef246d58205bc404fa5f41ed714df5f760e689515481c8c90377f8 0.00 MB 1 0
4,669 4,669 00000000a7e3985208c1783e573844be26ad55c83a8233f1834376712618da2d 0.00 MB 1 0
4,668 4,668 000000008ed22e177454b0be3e3946cf6df21c19b1476a4a733138239c0669c1 0.00 MB 1 0
4,667 4,667 0000000055d2628dd5d137bbdd617c00dfbdb9c7070c24161acfa80e5fff84a4 0.00 MB 1 0
4,666 4,666 000000003fe6ef60d92044efa898d6e2e97774d24b09a7a121d403c76d1b0d42 0.00 MB 1 0
4,665 4,665 00000000f94f7897fbe77d87045114b5293e91ca6b3542e71a5e209b40044796 0.00 MB 1 0
4,664 4,664 00000000bb56b98c48c6751a5bfb5fa41951eb31051ac24debacda329f2acb96 0.00 MB 1 0
4,663 4,663 0000000057ae735976d4f788499212d8223f3c67d69d1f488b32d3392f06cb1d 0.00 MB 1 0
4,662 4,662 000000006b0354095de16f5cfbcaf00f308a89084037589fb945a4ef661e8691 0.00 MB 1 0
4,661 4,661 00000000aaac3ee77d69a17116d6014bfe79826c36911317649f99e683fda9cd 0.00 MB 1 0
4,660 4,660 00000000846e040901e77af4e5105fbf857097b65f42bdacb8ae01f9f0064807 0.00 MB 1 0
4,659 4,659 0000000003a660911026928dab909b97ad7c8cf91c2249b7656d69c67d1e657f 0.00 MB 1 0
4,658 4,658 000000009433d03dbd51d4cc04f7790c692ce0c1b7f441137b832911257c8f71 0.00 MB 1 0
4,657 4,657 0000000001de3c526d957ec0037d88a511aebdc11b4d0851ede92116d51dc10e 0.00 MB 1 0
4,656 4,656 000000008cdc2b9644f029150a3da3ac27491a4c69826bb40f3bb47e5d123d2d 0.00 MB 1 0
4,655 4,655 000000003571fe470db466ef0ba2e0e3dd987473054992b86c40a1914282bc96 0.00 MB 1 0
4,654 4,654 000000007a73100c50a018f8ebfd19878fe0e8d1107bb8433633cf6cd21aecbd 0.00 MB 1 0
4,653 4,653 00000000d95aaec175a2b233d29ab7e2e3a140bd1ca072a604f34a35b8dc5825 0.00 MB 1 0
4,652 4,652 00000000fe2ea7200c070eae20010570b94a05a4d8cf2c01a7bd029f78fe10b3 0.00 MB 1 0
4,651 4,651 0000000032ffc93152542861b6fd778d1547e5b0b3f798fd372b1792005e1bd8 0.00 MB 1 0
4,650 4,650 00000000c3b4e4a0e342f45c5444ddefe6ee5773b1fbabb46b7457c507f9023e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.16 GB sent, 98.46 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.