Memory Pool Memory Pool Refreshing

1,421 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (724,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,459 183,459 00000000000004331c5a7b3bc7a8cf28c32ae08372e41d24b010d24b43e30943 0.14 MB 271 141
183,458 183,458 00000000000008c49ede1e270a3c207e4b546318a9146a9dd1b7588508fea8ad 0.00 MB 7 15
183,457 183,457 00000000000005e2f486a0f0d1cc1538f404f409efe1b9e5d1a1daaa3cbf437a 0.05 MB 167 16
183,456 183,456 00000000000001785088bf24f2045574242a40b2d701a1381fb7c329edcf4c9f 0.04 MB 68 363
183,455 183,455 00000000000006e06735bffb7d2f215dcadd8311fc33f4a46661fdca3dc0560e 0.00 MB 10 0
183,454 183,454 00000000000002137c198b1d42b207e49ec5cb9f806607331f056aab1dc4ad68 0.01 MB 18 50
183,453 183,453 0000000000000610c86baeada8ffaf0cee88ad1a42f4738a9c9c81ffbbc30e1b 0.03 MB 45 152
183,452 183,452 00000000000001b05ff9ab051fe334cf37bde932c03ee7bf0bbc5d37cb93b5ea 0.03 MB 41 69
183,451 183,451 000000000000062bbd1a01cd9be8e57243eae7f09e36c99372be3eec79e5d13a 0.03 MB 45 309
183,450 183,450 000000000000069208706223f47fa0387a0c24b9a6bf3472b840f46e5a427028 0.09 MB 128 36
183,449 183,449 000000000000050caf36483354ee4032dda94becfacaa4757ea95adcb2f4b6f6 0.06 MB 88 109
183,448 183,448 0000000000000887c15f89ce513138039f06346a396ae377018e8bb028f7db56 0.05 MB 133 117
183,447 183,447 00000000000008d6007fba4604c12f636f452b81b09eabf9e250117e90bc35b8 0.42 MB 1,102 136
183,446 183,446 000000000000047bc66f5b6a55c14953915896af6599260248f85573fa71deae 0.02 MB 49 61
183,445 183,445 0000000000000739e42217873ef5647d4d115ba9852be71fcf85e244f2427286 0.25 MB 518 142
183,444 183,444 000000000000067135f6aace850f83a54234fd85b8c9bf9d134fc1b43599c906 0.05 MB 133 178
183,443 183,443 000000000000055a10099261d3feccf9af3f7ac2179b9d0e6af2d393d9a53d62 0.05 MB 138 103
183,442 183,442 0000000000000079cbab9535d0d7ea449111fc2899542c165a2222968abfacc9 0.05 MB 123 135
183,441 183,441 000000000000071f5e1d1d9d837c1fb9a7ab7612fbfcfde61e5ef73b7291e75c 0.25 MB 634 140
183,440 183,440 0000000000000285c428eb469c942fb1f19119794a34645045a3222ca18b78a3 0.03 MB 57 153
183,439 183,439 00000000000004ca22a4e753c4a9bfdcb798487e164030fc9bb0f1107794382e 0.11 MB 172 89
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.