Memory Pool Memory Pool Refreshing

27,335 transactions
27.96 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,466 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,465 (380,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,048 482,048 0000000000000000001b029f78e89e986cb54dc57cd00182387e324732c5c594 1.00 MB 2,256 369
482,047 482,047 00000000000000000081d7cb2fd6bffbef0ea83807e7aba61ebc5c4eb7902fd7 1.00 MB 2,083 516
482,046 482,046 0000000000000000001e3cb291d1e1e8fb6df49324d09040634dedcf9016f9d0 1.00 MB 2,650 344
482,045 482,045 000000000000000000d907f80fadf5b637441d72a639a62282e23030e694324d 1.00 MB 2,200 384
482,044 482,044 00000000000000000082a611c10e9f5cad357f88cd6f1c5bb3439707fb0428e7 1.00 MB 1,989 451
482,043 482,043 00000000000000000106e1ef0e803d8963caa141bd222a3c19f7d88f2a67127e 1.00 MB 2,031 457
482,042 482,042 0000000000000000002f73ab5c202b47d25689c61b8d158964740fdcb78a91ff 0.99 MB 2,042 487
482,041 482,041 000000000000000000ec26c9cd9fdec0e104edcc3f5721a705c13967af7fa563 1.00 MB 2,666 369
482,040 482,040 00000000000000000094f81c402718a298f9fa0af692d047b2051309c3b6f859 0.99 MB 2,222 358
482,039 482,039 000000000000000000c1d280cfb7d1cb2e4ac500c423a6aa68d186f3b7bfc875 1.00 MB 2,429 400
482,038 482,038 000000000000000000be9015a063a2903c702bbeb5c95d4eb9e2071c0fce42dc 1.00 MB 1,385 478
482,037 482,037 00000000000000000103da4acaebd7cd3892e0fd12200714313eb73057d64631 1.00 MB 608 475
482,036 482,036 000000000000000000a339b40cef795001f58088f8c71993ffc4186779d87ca7 1.00 MB 1,769 398
482,035 482,035 000000000000000000ce574d0eb86baaedcce59a1ddde28585efe61584cd0543 1.00 MB 2,319 430
482,034 482,034 00000000000000000006d921ce47d509544dec06838a2ff9303c50d12f4a0199 1.00 MB 2,355 468
482,033 482,033 000000000000000000d6ec98566bf3a9b41d9ebfc796ff389bb4957e19397c1b 1.00 MB 2,484 371
482,032 482,032 0000000000000000012b45714f2d53423c4d9596597ccc904ddef539a706f798 1.00 MB 1,867 498
482,031 482,031 0000000000000000006286c10ab3f9df44f15ac64ab05a7e0760f2ff86d2ba79 1.00 MB 2,442 400
482,030 482,030 0000000000000000006901b2c7a66dad80c1e8693cf71499d844842e47dd78d4 1.00 MB 1,774 425
482,029 482,029 000000000000000000d6d52f64e6685551362db5d367146347e1c73f55207a89 1.00 MB 2,012 363
482,028 482,028 0000000000000000009638280cd7cfcd49ad391aa05b555ac995a509e5f5516d 1.00 MB 2,073 407
Previous 10 blocks ↓
Total Size: 685.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,370.14 GB sent, 105.63 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.