Memory Pool Memory Pool Refreshing

13,050 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (723,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,503 184,503 000000000000068c772aa24e80c94ff2b29ec9846043e6f4ad6fca697c695bc3 0.45 MB 533 148
184,502 184,502 000000000000064f74af4c754fdd5d51130ca1339287f2936c41de7a6ad3d223 0.02 MB 40 615
184,501 184,501 000000000000096d0d10d619634fa7af19b8a58e505633501545f941c80c5c31 0.08 MB 154 148
184,500 184,500 00000000000001b2a3bd02767c5a9000d87ff8654a43d437ee3df44290234a5c 0.14 MB 228 129
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 0.39 MB 975 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 0.25 MB 327 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 0.25 MB 558 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 0.25 MB 651 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 0.00 MB 4 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 0.25 MB 511 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 0.42 MB 573 103
184,492 184,492 00000000000002f1c86bea970394eb06f0903ba0252707d0b1b26d3dfd6bc905 0.02 MB 26 149
184,491 184,491 00000000000001a9f0a098ef6f502705f47b934a2505a6352618c91fb440159a 0.05 MB 131 77
184,490 184,490 00000000000009c48b39aa34d1890ffb71ef9f502f88ff06a7c640b90d2a0aa0 0.25 MB 441 156
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 0.05 MB 173 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 0.42 MB 883 144
184,487 184,487 0000000000000439752e36c79c229847afceb9e124fe6539bf10c417b1a2c122 0.25 MB 443 159
184,486 184,486 000000000000055e3928c9e699c84b2e02d845e537569aeeedc935e42fa8c44b 0.00 MB 9 67
184,485 184,485 0000000000000023cdbc63fb330ce6b10510643f021b5aa9c49f82d975e1bb47 0.05 MB 130 141
184,484 184,484 00000000000007c6f6e5ca084fd4a7c55a6f4486b9c8a6646ff7caabd6f782a7 0.25 MB 504 108
184,483 184,483 00000000000004ec1cc6c03a75b8139fb4789c023fa9282547299b4ea62342db 0.20 MB 512 407
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,603.69 GB sent, 92.37 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.