Memory Pool Memory Pool Refreshing

4,133 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,191 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (732,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,064 175,064 000000000000040fe7cbfd2df8af1a7e29921d677fec342a7facc327a3d45337 0.01 MB 17 4
175,063 175,063 000000000000075a527757c4de49e7da43857ee6aebf79dbb6453eb442731b71 0.04 MB 101 81
175,062 175,062 000000000000017250bf9fd62280662015e3546d8809fc9d41fd54e2c364f083 0.02 MB 75 115
175,061 175,061 000000000000031813d49c941bf33d91d0a561f14de73b121552361343cae162 0.05 MB 161 34
175,060 175,060 00000000000006073251fc638c8870907d979dab56af2cf5172a2c91a923dae4 0.00 MB 8 65
175,059 175,059 00000000000004b642f800dc0d7ca80af46deebe643ff6831f02f9061aef4cc9 0.01 MB 10 7
175,058 175,058 00000000000000286e9de4f01fb15c9f4642d6394674d1502e67be29881d6e6e 0.02 MB 59 90
175,057 175,057 00000000000006b58a626c01248f7d000de8a470c85ce0389e90edc3a9565b86 0.02 MB 50 83
175,056 175,056 00000000000008690920445f190e8a074bdb8babc4fd1a98c4f2ba732734fe38 0.01 MB 33 37
175,055 175,055 00000000000000c7f0008021575631d9b4aa1986ece0bcdcc07c9230b460370a 0.02 MB 29 58
175,054 175,054 00000000000002a90698769f15acb41e74c1c92631cc4a138824157ab81b8a94 0.04 MB 45 101
175,053 175,053 00000000000005f03e6ff67abef0b5a03a6ddc3d926cfa6743fdab5a730e734c 0.05 MB 181 24
175,052 175,052 00000000000004e0e309e8ff72c6a5c8fb80de9cb7244ec973866aaaf6595a3e 0.03 MB 53 411
175,051 175,051 0000000000000684167e206e2c77a8c17d8ad561a4473fc12ea9a471511d0001 0.04 MB 102 166
175,050 175,050 0000000000000106a7e803d34cc9fe6e287e78d68c36be71043b287ed779b150 0.01 MB 29 181
175,049 175,049 00000000000007258a0666995094d227d87c52d3f6d03c84c80d27d12b11b8c9 0.00 MB 11 123
175,048 175,048 000000000000054bbd567bd1fcb46784d4e540fadb2b1e25ecdf1e476a317f21 0.00 MB 12 36
175,047 175,047 00000000000003d3f4fbd3a5a1d5a93ea6195c010bfbaf5f7e862a5e6c75946f 0.01 MB 20 240
175,046 175,046 00000000000008c0497dff43874419338d2376233784e24e5a03e65ce436d395 0.02 MB 44 288
175,045 175,045 000000000000004ed1888d0c6f02acc0bc6df0ce60021e2788ef13b0fed1fa46 0.01 MB 27 114
175,044 175,044 000000000000012582bccfab81d4a2f562f28be85a740b32e9ca983e1eecb882 0.02 MB 48 4
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.