Memory Pool Memory Pool Refreshing

14,697 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,780 (234,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,978 627,978 000000000000000000029b7a68f8ad8e16fafc3e42900f6e286496a54ea5413c 1.45 MB 1,792 5
627,977 627,977 000000000000000000002313a4fc2626da3d1956faae004d9af4cf3b17f583d8 1.33 MB 2,796 31
627,976 627,976 00000000000000000009aa97b62060a8bb7f1f3fa4015fabe8f39c3caa6bf572 1.26 MB 2,700 8
627,975 627,975 0000000000000000000ae7a932448369a8d0595485a006c6d32bf9cf638843a2 1.29 MB 2,748 33
627,974 627,974 0000000000000000000381b667844e8411f09b02c24322e78a58c40d1373cbbe 1.16 MB 1,669 13
627,973 627,973 0000000000000000000a6459e40a5e730b0774e660ab20591ddae8c9325a6d5b 1.18 MB 2,496 17
627,972 627,972 0000000000000000000be0ae04928fb96442fc360531a11c06bfcfa3cbd0f7e3 1.25 MB 1,314 13
627,971 627,971 000000000000000000117e1080e751321445a64e3398a0b9af70bd59c52bb759 1.05 MB 934 6
627,970 627,970 00000000000000000004af2f20fe49efb973c70730fb7d782676ef3dd3fb9454 0.28 MB 362 8
627,969 627,969 0000000000000000000467fc573db9c5a5c9609755ff8d9e32b8f01322385c00 0.68 MB 809 11
627,968 627,968 0000000000000000000f193763e264a627776ffea516ca0819e15cd1a6376d52 1.39 MB 1,443 4
627,967 627,967 0000000000000000000806cf5bdf7b079f5100a2fe0f6b47bb19f990d0034846 1.28 MB 2,792 30
627,966 627,966 00000000000000000008a634820b95632ee6bc0608d41d27fac3fbefb4079896 0.69 MB 786 12
627,965 627,965 0000000000000000001150f9632cc86f56b5a59df6763b2e40ab964c78b63935 0.23 MB 596 21
627,964 627,964 00000000000000000002dea0bc13c9dfba62780044376aeca87a271c731fbc34 0.67 MB 1,283 20
627,963 627,963 00000000000000000003b68662f0caf56a0cd7846524ebcf2e972ea02a894ee9 1.23 MB 2,993 20
627,962 627,962 0000000000000000000f3432dfca9e93e530903253d7e128e4c18451fa77766f 1.09 MB 2,335 21
627,961 627,961 0000000000000000000acd46a4936303dd33d50e7e991268b8a019c7b8c916f5 1.19 MB 1,591 13
627,960 627,960 000000000000000000029d399fd059e412d9f47c87981fe0ea7b6e900fd95d0c 1.36 MB 1,891 5
627,959 627,959 0000000000000000000d85624faa7c5aa9492c8fad6be613a0176dddf94d59ab 1.12 MB 2,396 12
627,958 627,958 0000000000000000000d2cfe27502ff34ff45a6dc33847069b5acf443f8e4690 1.31 MB 2,458 17
Previous 10 blocks ↓
Total Size: 685.68 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,397.78 GB sent, 109.98 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.