Memory Pool Memory Pool Refreshing

2,967 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (52,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,091 855,091 0000000000000000000192613150231e1026840a824e42519813396f1471de2c 1.48 MB 3,366 13
855,090 855,090 00000000000000000001a463071c1c5f727b60f3ec24a25c98923e37def74632 1.50 MB 2,250 3
855,089 855,089 00000000000000000001b90e3093dca68b286bbd050d51b9405bc96c0833670b 1.59 MB 3,514 10
855,088 855,088 000000000000000000002162da25d2f2d6e21b799007f829eec921716294199c 1.40 MB 2,620 11
855,087 855,087 0000000000000000000177a5f0d0e1a224d94e84c87f19adb8610b915105dfd8 1.53 MB 3,303 13
855,086 855,086 00000000000000000002d1cb8f93f0fcd22066ff9913ae869c49a9d3628cfafc 1.77 MB 3,926 4
855,085 855,085 00000000000000000000957a1e2faddc461a2f96c3af3bfb1278a62b4b04541c 1.57 MB 3,424 9
855,084 855,084 00000000000000000001fe4f30356c6f044481afa90a9ad5be927a7b7b12b7de 1.65 MB 1,797 4
855,083 855,083 0000000000000000000240d715a51cc35f1f638f4bce00139b8bdc48d4cb4405 1.63 MB 3,250 6
855,082 855,082 0000000000000000000267f89ef03560bb59c50c2a3fa71e1af110d1b2203904 1.62 MB 3,579 5
855,081 855,081 00000000000000000001b3f47124a067f1c5636201ffb144a2ac6a1c667400cd 1.63 MB 3,379 10
855,080 855,080 00000000000000000001d82eb5c47c659ee83cb721049be4cfc4f248d7bfd877 1.53 MB 3,072 12
855,079 855,079 000000000000000000030f067ab9a4eb7cb5dc97d3fd23d5fdeccd17effb1f9a 1.50 MB 3,091 7
855,078 855,078 00000000000000000000a2b8c3198f621119e814a779cf551037c07e3b19178c 1.58 MB 4,350 6
855,077 855,077 000000000000000000006e42875cf225f8f02809ba0099048dec23ca3129f65c 1.43 MB 5,819 4
855,076 855,076 00000000000000000001f6f72df0954c567c8fd6406da007b7b6c49abd342079 1.61 MB 4,760 5
855,075 855,075 00000000000000000001609d0985768ac8b93f8a8f5fe9484bd23845207eff76 1.73 MB 5,958 3
855,074 855,074 00000000000000000000f17faa004c9e385cf5ddf5ad868ba12d33d60545cd3b 1.69 MB 3,690 6
855,073 855,073 00000000000000000000dd4bbad3002a1f7f1955796a3cb5e313ba4bb099727c 2.01 MB 1,994 4
855,072 855,072 000000000000000000028e7b1f84863de91758afddf1fc8b32b424c87183eb1d 1.72 MB 2,835 7
855,071 855,071 000000000000000000031a8ebf4adfe24269948f31088311437101b6917d3518 1.99 MB 2,304 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.