Memory Pool Memory Pool Refreshing

36,409 transactions
31.45 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,522 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,457 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,521 (165,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,721 696,721 000000000000000000114cd56f95a72a3d145c467d8aaeb6fc8b9605da6643f8 1.53 MB 2,661 38
696,720 696,720 00000000000000000005ce86898d4577bc444dc954dee8e6474c7a714e41c47f 1.54 MB 2,684 19
696,719 696,719 0000000000000000000ea377ff950a0fd1372ff2054576fa55fde542cbc4eefa 1.52 MB 2,738 21
696,718 696,718 0000000000000000000e1a97d13728c473ebcd34d2ee44214bad18349b0dca1a 1.48 MB 3,471 7
696,717 696,717 00000000000000000008b8f1577465bb23ea7d8a2a26f4b6bef9bc320c2219bb 1.49 MB 2,968 10
696,716 696,716 000000000000000000019912b926d78a37925fd91d3f24663e70831f17ec803d 1.25 MB 1,242 7
696,715 696,715 00000000000000000001f2fa1353f17550f5087a695a6764dc6a89fbf880a99a 1.29 MB 1,282 9
696,714 696,714 0000000000000000000052e3490303c2400f8a1fd9a8adba9aee36de867f702c 1.18 MB 1,394 9
696,713 696,713 00000000000000000008339125282ce5d7c5d73453245108a644c9134a80db2f 1.43 MB 2,344 14
696,712 696,712 00000000000000000011ef463ff59d18ed77d3bc937296dfeec74460fe22601b 1.45 MB 2,024 10
696,711 696,711 00000000000000000001da73aa9579138275b87f297523e1c27986d4ffcd65e3 1.50 MB 2,794 15
696,710 696,710 0000000000000000000b8409431e71cd5b0f0cb6cf1324e3caf1e99c803eac3a 1.46 MB 3,050 23
696,709 696,709 00000000000000000001a269b5d5938e20287a8d5a94b457f72ab0dda6c6792f 1.56 MB 3,051 8
696,708 696,708 00000000000000000004707a930b23ddb9660491a142a8ef7d6419e1a8ae1f05 1.60 MB 1,688 10
696,707 696,707 0000000000000000000042feb97d359861fda2bcb306e3d17220d8b2425ae44d 1.47 MB 2,530 11
696,706 696,706 00000000000000000007b6a472020bb9ef0612eccc787ae1fc43fe1bcb4dc38e 1.39 MB 2,840 27
696,705 696,705 0000000000000000000624fac4049920bf59e1126d3217fc123b549b5e6bdbc8 1.43 MB 2,903 21
696,704 696,704 000000000000000000014a8c4adb1d9b5dc0d92655dd563a5822fda8d5efb8b0 1.33 MB 2,232 34
696,703 696,703 0000000000000000000afa182fe042afdd78380899ce6d987baa0f40aa1e6f40 1.45 MB 3,305 3
696,702 696,702 00000000000000000009e2f0a0e5b18b6aeb397599a1998fbe1b8f666fe0331c 1.45 MB 2,044 8
696,701 696,701 00000000000000000011e4fd655cb7e6b12e206d1402e6b9085352c60e5e187d 1.31 MB 2,274 13
Previous 10 blocks ↓
Total Size: 685.16 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,372.67 GB sent, 106.57 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.