Memory Pool Memory Pool Refreshing

4,339 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,303 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (626,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,374 281,374 00000000000000010fb90cca848e9a86f298d3a83527664a0e218d798c8a4681 0.35 MB 551 24
281,373 281,373 000000000000000099bcc3e5b64282a34d801b16eff4f7519471207437fff999 0.25 MB 727 71
281,372 281,372 00000000000000011423334f1f63234f6eca3b22e5371323ea94868db131b996 0.05 MB 71 31
281,371 281,371 0000000000000000666e3a3d4715c7ad6faf273d28000817cfec84193a98dc79 0.25 MB 547 59
281,370 281,370 000000000000000078480521792a5c51963b58bea3aa50fc4edafd8e6d30a51a 0.25 MB 712 60
281,369 281,369 000000000000000207b986fc12ef63ae3dfc005e5501fdf38ee039436de605b6 0.14 MB 293 51
281,368 281,368 0000000000000000dbb582745cc1a7b449aa17b5473c4477006809de20802218 0.15 MB 198 23
281,367 281,367 000000000000000181d761392d663d13dd1b447bfda90d52aa2154c22f8f1891 0.05 MB 144 56
281,366 281,366 0000000000000002190918df4bf5926baf901dbb9606e66284fa74afc975601b 0.25 MB 551 43
281,365 281,365 0000000000000001118c0efab8b0d8005a2995d3bf2c94d3823c91859cd30799 0.19 MB 192 31
281,364 281,364 00000000000000002bee57eb6cf6965b98b6f34b8118b8ad863c2dc039618f41 0.25 MB 678 55
281,363 281,363 00000000000000023d7f2bb7b8140bbf5219e8720e2bd9212e83b2d926353cc8 0.01 MB 25 20
281,362 281,362 0000000000000001436297a855d4705b3f9a156d3bc2971a26b697b52f89a471 0.26 MB 550 44
281,361 281,361 00000000000000015a2591f07dcbbc43d7eb561fe3c83686fad56dc11bd1fc04 0.09 MB 240 48
281,360 281,360 0000000000000000f8df3c23897b92109219b99caaf94e3ddb49ed865f893680 0.18 MB 485 48
281,359 281,359 00000000000000003e26300283f4722b8e206e2defd8d70d83fb84269b38a37f 0.12 MB 258 39
281,358 281,358 00000000000000015dd5edeb8a13fd6c47d04d7751379ba064891e9251582460 0.14 MB 344 53
281,357 281,357 00000000000000013d5d2c6f743da61d32568415faf8e266fdd0600ce18db75d 0.18 MB 340 39
281,356 281,356 0000000000000000ffdbb5d00b8381f9fb664f733e2e37b9733ff4e560fc6602 0.19 MB 310 36
281,355 281,355 000000000000000179053d22053b80bad96fe81c6f8c5f1bce93dab792f9685d 0.25 MB 491 60
281,354 281,354 000000000000000173f34818d43156816c4325c08a20d1c4b2721bb2042333b5 0.09 MB 144 15
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.