Memory Pool Memory Pool Refreshing

4,824 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (52,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,522 855,522 0000000000000000000314b3f535472bc874fd35bf98a69bfe9f4f83b01101f5 1.45 MB 2,580 10
855,521 855,521 000000000000000000005605c1a0be9d69eaf34ce902225bb2b86316b59b0b9f 1.57 MB 4,620 3
855,520 855,520 000000000000000000001af7ddc70216947c350f730efd6282ac7992509a43ce 1.62 MB 6,866 2
855,519 855,519 00000000000000000002b3d62fd71a12ed816257f2d686f897ef521498f04bdd 1.64 MB 2,998 4
855,518 855,518 0000000000000000000140331a9d258da99cfb21dc0e10c830948acc3769c073 1.72 MB 4,507 3
855,517 855,517 00000000000000000002d5ac157f1780c2fbf4506f52fb00a24d2f2f0578ff59 1.54 MB 2,706 7
855,516 855,516 000000000000000000012314f36f22af77c5eec7907b962fb4168ccd87677f5c 1.64 MB 7,380 2
855,515 855,515 00000000000000000002c7040571179271d0f535b5e719c9c80c0270582cd948 1.75 MB 2,479 7
855,514 855,514 000000000000000000029e9a6fec8e31da29c32fde6b492da21a8e21cc8245be 1.64 MB 7,659 2
855,513 855,513 000000000000000000006ebdc67a62e1683f41ce26b9bd6a0dbd9ccfe2dc276b 1.62 MB 7,605 2
855,512 855,512 00000000000000000002ccb171b01922f592b9bbd575f815a2e06ecc4313e403 1.68 MB 4,137 5
855,511 855,511 00000000000000000000ea81548159bf91a5eafd191738b9dd7d09281af3dd29 1.93 MB 4,091 3
855,510 855,510 000000000000000000011107f55bffecffb7fe50d5e003a3926c971d82c232a2 1.56 MB 2,677 3
855,509 855,509 0000000000000000000230df80ee51a86915c7973cd7f6e3caae797a5a541c1a 1.67 MB 3,562 7
855,508 855,508 0000000000000000000276fe2b821747cf61c6939fca87cfcaa7732bcafe73e4 1.57 MB 3,044 16
855,507 855,507 00000000000000000000a5eaaee89bb0aeb7e509007ab97060af1e9db1614896 1.62 MB 3,122 8
855,506 855,506 00000000000000000001f9212b2d67351740688238349a1f765202ebf7d12a4b 1.51 MB 2,378 3
855,505 855,505 00000000000000000001dccdf2d348ede77e14054999a57ba57145756d23666c 1.65 MB 2,285 11
855,504 855,504 000000000000000000020edd87f80a637f43518f82dae16f6d7080d8dfd0bc08 1.59 MB 2,496 6
855,503 855,503 00000000000000000001eb168b04882f50b971b3e25f81d92396a2830b617737 1.44 MB 2,567 8
855,502 855,502 00000000000000000002a6e2db9e16d20f0baff074fff6a10aecab1bc5581403 1.60 MB 2,737 5
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.