Memory Pool Memory Pool Refreshing

3,928 transactions
1.42 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,785 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (372,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,225 535,225 00000000000000000022978d8e81a3d8697e86ca3273c70b5916e051f1255cd0 0.16 MB 451 20
535,224 535,224 00000000000000000015540fa7b24ae6a1214fdb0e221cb7114be57fc835e02f 0.00 MB 1 0
535,223 535,223 00000000000000000014a7e93f66cd29d94e5632c87dfe862cd115efff2d3d77 0.37 MB 834 31
535,222 535,222 0000000000000000001a4e78fc3b362b67d6e014d51ea1ccacf10acf94d06b01 0.46 MB 1,000 15
535,221 535,221 00000000000000000002ab596a54d86581dfecb8df76522659aa48229df6e6e0 0.98 MB 2,099 12
535,220 535,220 00000000000000000000fa111355203562c653e950479419ef437228aecca488 0.70 MB 1,692 17
535,219 535,219 0000000000000000002eea942f19badf8ddc34407331bd61ae3341ffef39ba4d 0.96 MB 1,728 20
535,218 535,218 000000000000000000108a8abb190a4784ddb842f494cf556cda50f7a94a8929 0.00 MB 13 4
535,217 535,217 0000000000000000001b7549acd08db028384f787bcb31b67ba4d02966a91bbe 0.90 MB 1,748 13
535,216 535,216 0000000000000000001e0fc02ba182983cf4426604391ee7e0a7eb9c136b53f2 0.13 MB 329 23
535,215 535,215 00000000000000000002cb4f5835d3dc6801af6e975e2b52831f35252942327c 1.16 MB 2,606 17
535,214 535,214 0000000000000000000e55fb4ade82988e5474b066df3fc62e4a14bb68fd9e3c 0.07 MB 205 15
535,213 535,213 0000000000000000000096d5d656970095023e751e739aee4ff37ff76edebf98 0.63 MB 1,396 13
535,212 535,212 00000000000000000012c28d01ab23abc8c9e6c8a4e63235427d0ee979cf50ba 0.80 MB 1,587 13
535,211 535,211 00000000000000000024ade5869845d948b005325e329dafe9103b6b280b81d9 0.86 MB 1,445 3
535,210 535,210 0000000000000000001cd009c21dfee901d2c7f5c5531d527f2d29068f8d57fd 1.16 MB 2,546 12
535,209 535,209 000000000000000000260f866fc0546fc961a9215e16fa4b4a8f0fdf28f503c2 1.16 MB 2,459 19
535,208 535,208 000000000000000000121f417e14d83c499c5631fe0b511b8a22d145cad5b5fd 1.20 MB 2,591 23
535,207 535,207 00000000000000000012f51ef32f63dba9cc3c4e5a0a3c943e2964265f220cb1 0.69 MB 1,360 17
535,206 535,206 0000000000000000000c53467779cb64d09d1b5877fd157186c5d01d56d901d9 0.77 MB 1,520 8
535,205 535,205 00000000000000000024520894650a8fe43bfa8a08380978d6be7a58ad0064f3 0.16 MB 285 20
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.