Memory Pool Memory Pool Refreshing

3,578 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (624,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,936 282,936 0000000000000001737e70c197b146186267f0b52abe85473ce66cdc160760cb 0.50 MB 920 29
282,935 282,935 0000000000000000c78b53bb78544b17f00bb5a3ab6181a89e2122877d9a0b12 0.05 MB 145 43
282,934 282,934 0000000000000001980eb03bd046df999e38fecb1478ec624ce514e9bb5de957 0.25 MB 751 61
282,933 282,933 00000000000000000bb510a70a0bd9f9b0acec6bda2050606ad56ecec189c6db 0.25 MB 713 72
282,932 282,932 0000000000000000d05e9368adb4e33e536c231cddb3da5ac8122687a715f15b 0.40 MB 909 31
282,931 282,931 00000000000000016ba58fed3ac9b61d9498d062624c91ee62a34fec1e82bda7 0.05 MB 132 229
282,930 282,930 000000000000000018ed1699272fcb1700715084b427d3fad55563e223ea4e54 0.16 MB 331 34
282,929 282,929 0000000000000001209fefc23d0dfe0e85185e80e61a793319f170f6ca7bbb8c 0.10 MB 127 13
282,928 282,928 0000000000000001569a50daeea82d9e17844eb30b7903a9fba23dda2f1c695e 0.38 MB 789 50
282,927 282,927 0000000000000000135496e1d86be1ab71760ffdcab25d5cf5597ee30a212f9d 0.24 MB 414 30
282,926 282,926 000000000000000074e31d3a5a1e08332e81ff20cc768bb8037a302456bc4377 0.12 MB 280 33
282,925 282,925 00000000000000002692d1a4cb23be6f517c4cb707a26ed116ecc9188b614971 0.20 MB 319 54
282,924 282,924 00000000000000009a01f4db90f3bde59d8a2b763ed86a9abdbb86b487834d75 0.73 MB 1,702 41
282,923 282,923 000000000000000007907c375c36b16f6819590fc99bed825d8ef16b18e6d400 0.06 MB 127 19
282,922 282,922 00000000000000006d4328c960f42773444e617cb6f1e6aca38d5818f77a8380 0.13 MB 223 41
282,921 282,921 0000000000000001e54fff66138650c9f4aabcbe28a492e5a204f23b75f846c0 0.31 MB 474 26
282,920 282,920 000000000000000109d127008c82c47464de0bd2ec165fe8ef8da6f2a92a7ecd 0.90 MB 2,117 33
282,919 282,919 00000000000000016ac4b045ed6cb9ac968c76d630cf718d9e34d3502f030096 0.05 MB 145 543
282,918 282,918 0000000000000000aae66f596d71e619b1a4803c31d9261e8152f58df8ae3414 0.25 MB 699 90
282,917 282,917 0000000000000001f4af5e0f30977837efc2f386b894e3d046fd1a0ff71cc7b1 0.11 MB 192 43
282,916 282,916 00000000000000019414ff284947776ab4a960c3061001957098704474757a6d 0.11 MB 183 25
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.57 GB sent, 92.76 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.