Memory Pool Memory Pool Refreshing

63,414 transactions
25.25 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,020 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,578 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,019 (365,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
504,956 504,956 00000000000000000026c0b136feda5561cde9f879ffdebc0fce372fce9d6876 1.08 MB 960 401
504,955 504,955 000000000000000000046153368246441afc2f754178d88e2f91395689116733 1.06 MB 1,743 464
504,954 504,954 0000000000000000001d5db7029cb83ca752d353dd9fa8e3e93220b4e48a184d 1.09 MB 1,489 417
504,953 504,953 000000000000000000734fa746d33f8abcc2493baf208c7f6eae668cd74910f2 1.09 MB 2,307 497
504,952 504,952 00000000000000000033a9758f74dd1c027e96d5be10f2e68dbda63feb9c7a94 1.59 MB 293 141
504,951 504,951 0000000000000000001f940b4e4b923a95a6bc597ac4084df7c34665de2b08e2 1.00 MB 128 111
504,950 504,950 0000000000000000005fd3cf4ba6b03e2f4785e9e113c49eedfac0a192e845f3 1.19 MB 1,356 177
504,949 504,949 0000000000000000001da4848f9bf6153be7e42de7b5756d4c261ad0c27d01b6 1.09 MB 2,445 491
504,948 504,948 00000000000000000051a08b9edd1f1477cba0265943c3c59e8b1f8cc4913832 1.02 MB 498 157
504,947 504,947 0000000000000000007cb9f7fcc4ad2d8a1b9c9ca71d8432ed428462c7aac597 1.02 MB 628 183
504,946 504,946 00000000000000000048009f66e218ea858877db666b05af92b70f7f28f463f9 1.05 MB 2,040 372
504,945 504,945 00000000000000000021b7575a5ce56241d1245d82629f5e6b5b85f2da6f9cf7 1.01 MB 1,688 126
504,944 504,944 0000000000000000005cd1a1e2b080faed79df50d704018194793a2ce51cfb61 1.05 MB 1,479 236
504,943 504,943 0000000000000000006c3df7856140379718d07bf7535413901a7e7a5aa4595a 1.08 MB 2,295 441
504,942 504,942 0000000000000000002df6edd1652ff761946c7949934f1e6336365fe1f3a8c1 1.05 MB 1,825 394
504,941 504,941 0000000000000000000eb20724647ff37e5e4b90830636df726985a9b8b71e87 1.09 MB 2,473 460
504,940 504,940 00000000000000000049ccf7d04c63bffa8ff21dc1b6de72800daf80eae0331f 1.07 MB 1,900 395
504,939 504,939 000000000000000000776f56d55c4c53d5af113cde8ed4034e6be090314a0e2e 1.03 MB 1,560 201
504,938 504,938 00000000000000000046f430ded5b611fca968681fb83b5bd8c40eb896b8af44 1.08 MB 1,564 291
504,937 504,937 0000000000000000002d4dee568fe5270b320c6a10e635e7215cd8dc5228911c 1.07 MB 2,230 495
504,936 504,936 000000000000000000796421bb62e45098f74e900c339c6da4386d263d29355e 1.09 MB 2,439 444
Previous 10 blocks ↓
Total Size: 699.50 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: 2,171.44 GB sent, 207.03 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.