Memory Pool Memory Pool Refreshing

3,339 transactions
1.50 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (767,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,101 140,101 0000000000000817f0766cc2c4cd0c353113cdd0c5f642fb8aaeb92266d90cec 0.00 MB 9 62
140,100 140,100 0000000000000000bd4c6139e78aa472bfa22e33953986092e77cf60340a61b8 0.01 MB 13 212
140,099 140,099 000000000000029de30932e0e847a626e6d6d8eefd9956050ff20df5113c1ebb 0.00 MB 3 0
140,098 140,098 00000000000006263ddaa981723d51c4b4cf7bb43e69014bfdbd6ce4ab077f9d 0.05 MB 122 6
140,097 140,097 00000000000006e59aa7b2c8ff928c2dc1a94d2556a02cab2cb8ee309dee5c7f 0.00 MB 11 169
140,096 140,096 0000000000000114a96a2c30d878cffacd87e6d3530614e158b5bc04964defc2 0.04 MB 71 106
140,095 140,095 00000000000001dd37833f08ea69550b34d1066401464f4f76d5f830918681f9 0.07 MB 133 202
140,094 140,094 00000000000006f23d2c9553707bd383f32793016f5cfc9753ed8587e8c8b0f2 0.03 MB 56 233
140,093 140,093 0000000000000162861ee2d3431e05db4b707fece20052f5fbbc2a610f14e3b1 0.05 MB 121 185
140,092 140,092 0000000000000683b79daf3d2e73dc8cc66e94a2c51a1ef628e14749bcb626c2 0.04 MB 110 204
140,091 140,091 000000000000073f0d9d16e3df4c87f21670fcdba939f732dccef104f5189a6f 0.00 MB 8 106
140,090 140,090 000000000000051f8a2a0c4ec81f600d55058357452a6ae42af55615cf69f405 0.01 MB 55 10
140,089 140,089 000000000000003910cd5b875eaff790fc5ad07c17a8243a6a55323ec394f45c 0.00 MB 9 394
140,088 140,088 000000000000050a81140a573924911bb9cafd93e00d6ead68a60862854e55d4 0.00 MB 10 357
140,087 140,087 00000000000006e76b195350a26791687c9b16f9da244c1df179550930ab536f 0.00 MB 12 0
140,086 140,086 00000000000005842dc530fe8a2149717c96b35161234085e5d1af72a628370a 0.01 MB 17 133
140,085 140,085 000000000000067bf90dac4623982f483ad7fff21c907119e616b93671193e25 0.05 MB 118 228
140,084 140,084 00000000000001e0bf214d521e3d1bc191e525fdd734ce8d9d68c8d18d52187b 0.03 MB 22 675
140,083 140,083 0000000000000430f919c22ee5ca3ed709da30d5c10bd0d53c6ac8a878db3dcb 0.04 MB 60 226
140,082 140,082 000000000000083d2d4dfd065b84fc5f55726d0f8849604c33c69881a4dec538 0.05 MB 158 12
140,081 140,081 00000000000001f5f8c93bd9946ced993a8b4232bebfbaa8003e22f535bb7dc0 0.00 MB 11 1,044
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.42 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.