Memory Pool Memory Pool Refreshing

17,619 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (83,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,360 824,360 000000000000000000005d01ff283c51e7f139820f845212198338145581fc82 1.82 MB 2,557 89
824,359 824,359 00000000000000000001f3cedf6c79d177e4674fa1062569277271f70951c297 2.15 MB 212 99
824,358 824,358 00000000000000000001e106393b3cc3c1f1f9eee934dd9d3b113c5cd494d5fe 1.65 MB 2,582 147
824,357 824,357 00000000000000000001efca5350bf997f9b61d9b5d03f77e8ea59e7ae230d05 1.71 MB 2,629 51
824,356 824,356 00000000000000000003352c717fd42cd2321dd0c19512bded180ba9fd01d6a0 1.72 MB 3,084 97
824,355 824,355 000000000000000000034a81697f28387615fd2ce2b897f15e673cc5230cb252 1.56 MB 2,887 92
824,354 824,354 0000000000000000000014c446ea1d7751e28a7227841d4be5309ed462b3e799 1.56 MB 3,295 61
824,353 824,353 00000000000000000000e719845eb825dd1b0c59d307c0a1ab11547bb1a023c7 1.83 MB 3,610 51
824,352 824,352 00000000000000000000a7619b5af6e7254f206a8fa4c5dc3dae8d6772f7563a 1.75 MB 3,467 59
824,351 824,351 0000000000000000000181f9fc18f12eaf02ac33656e8037f24a1a586d9abbcf 1.74 MB 2,036 48
824,350 824,350 00000000000000000003ce9f341b7e4ae5f9416b21b523f6231ddc9c7f9485d6 1.65 MB 2,611 47
824,349 824,349 0000000000000000000100aae293b07f59cd269522d4974a43eab953098e55ad 1.76 MB 4,252 58
824,348 824,348 0000000000000000000053ab9e3b19f8aa2246cdc4bb995f795527b373056da1 1.76 MB 2,423 52
824,347 824,347 00000000000000000002dc61f09795bbf04e15897be6b01741ba619117fbaea3 1.82 MB 3,209 47
824,346 824,346 0000000000000000000138d259f72625bff7b81793a255932d34bdf4c46e48c3 1.61 MB 3,047 84
824,345 824,345 0000000000000000000248a5e1571ca92fcc81abafc92e0ae3f9cdbeec2465c6 1.80 MB 3,168 54
824,344 824,344 00000000000000000000c475d6422496500101ed70df16106b86c91bd2e80a3f 1.61 MB 2,216 53
824,343 824,343 000000000000000000038cf5c069663b1b13062c59083dacb2a15ed14a6d78b3 1.60 MB 3,207 90
824,342 824,342 00000000000000000002614bda6bcdba9e20b707857a5b564c31e029e6b0ddad 1.61 MB 3,076 67
824,341 824,341 0000000000000000000336a131c32c2035c3c8251f0ea33c51cfa2d2da436a5e 1.95 MB 3,521 67
824,340 824,340 00000000000000000001487ebbf0bc780df3c89b8eba030adafe63d2823313bd 1.96 MB 2,899 60
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.