Memory Pool Memory Pool Refreshing

5,725 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (238,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
668,887 668,887 000000000000000000027978925f66ed23d97dcc0da1372489d2a7b54b8fe523 1.11 MB 2,359 21
668,886 668,886 0000000000000000000a01ace990a772ee510307a2264e2cd74a289a0263c074 1.14 MB 2,356 18
668,885 668,885 00000000000000000005a3bf30d7fc7b929160f565e8f679dda8befdae25c022 1.17 MB 2,826 48
668,884 668,884 000000000000000000085b7d6837436f15635059a51be4709040e553b22019c8 1.37 MB 2,405 55
668,883 668,883 0000000000000000000bb3986e371725e0861df4c742cdc8a637e897b375541c 1.49 MB 2,377 115
668,882 668,882 000000000000000000016046a063814ed6af1845b50272ec395e4debbcee4ef4 1.31 MB 2,939 132
668,881 668,881 0000000000000000000611dd7a5bde18744ebd17dd0ee71123bb31c5a500f9c0 1.30 MB 1,828 87
668,880 668,880 0000000000000000000574a2e74aad5ebcf44a58dc5362da75e96f1dcb6c3876 1.20 MB 1,506 117
668,879 668,879 0000000000000000000166586d975bff0638856239fc68bf404354b11981b606 1.40 MB 2,294 86
668,878 668,878 00000000000000000000f60f120ea45c93aa47b392ef0990f0ddc04b34578293 1.48 MB 1,840 25
668,877 668,877 0000000000000000000b551e1a1228202eb17b47197f24e47aaabd60f6a92ec2 1.19 MB 2,092 13
668,876 668,876 00000000000000000005c404b099ddd9434376b4feb3adfd4c34dbce027d066a 1.14 MB 2,610 36
668,875 668,875 00000000000000000004ffbb11071730e142602759769e3901f9596b3888c3c7 1.24 MB 2,358 53
668,874 668,874 00000000000000000005b46365a312bd8f5241e2096aa4e833a62534fff8e354 1.37 MB 2,547 102
668,873 668,873 00000000000000000005ab69772fd8a7c0d676e91e0ac3f962842e00b24cd9df 1.15 MB 1,124 42
668,872 668,872 00000000000000000006ceb669c3863da3b4e56e71d8127fde0b560d9aefc3e8 1.14 MB 1,984 60
668,871 668,871 000000000000000000045b5eff719cb155c27fb0495c07e3762f538761bb6e4e 1.15 MB 2,100 16
668,870 668,870 0000000000000000000ae23e89a7713b4353de2ee4c1a502f679e3cd83c13712 1.46 MB 2,339 76
668,869 668,869 000000000000000000078bc3bb46d76a64b7d59f73c047171eebf2f7c3f3d531 1.37 MB 2,935 146
668,868 668,868 00000000000000000005c90a78da731df4ea310723b6354ad0dcc8dcb7dee758 1.16 MB 1,814 29
668,867 668,867 00000000000000000000ddd2f7d553e4ae922f10161644969dd73ffa80663b24 1.38 MB 1,799 58
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.