Memory Pool Memory Pool Refreshing

1,827 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (51,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,776 856,776 00000000000000000000e8a73e711f7b535ae62960ce4cf36131ba3bc00b1946 1.52 MB 3,133 9
856,775 856,775 000000000000000000027685600e404b5d962b501599a73a7e899750838eba1e 1.59 MB 3,501 7
856,774 856,774 0000000000000000000156b54e24e0bf8b3ffe3d83d534dc8c97a5c7824b4de2 1.54 MB 3,549 11
856,773 856,773 000000000000000000020ddcb4aa09d9f172051e339fc84cfc3bb040273e795d 1.50 MB 2,701 10
856,772 856,772 0000000000000000000248d7fcea84aa459b306afe4e5f9118051823dc414b73 1.27 MB 1,707 6
856,771 856,771 00000000000000000002cf3413827b09eaefed334366370231aaf1e7915b69f1 1.70 MB 4,538 3
856,770 856,770 00000000000000000000fa0a7273ee4bc34c6675238e9d4f918c3a2ba120d039 1.50 MB 6,975 3
856,769 856,769 00000000000000000001fd2819322667c9e89c97ad343a2b50cb7bb6029ff1b3 1.76 MB 4,222 3
856,768 856,768 000000000000000000024bfeed1fd8bfe6ca10e79de619a1df4d6fb3fc596913 1.51 MB 2,995 7
856,767 856,767 00000000000000000000944c741d6ad679ddf45120569cc4b6c85bef679c6e56 1.48 MB 4,025 6
856,766 856,766 00000000000000000000a76cf652ea6f609d5b0a6d9e8d93008c79b79ab6f59e 1.85 MB 4,887 3
856,765 856,765 00000000000000000000047c7e7029e44cbba1377f12a50af0089d5ae27911f2 1.60 MB 2,647 4
856,764 856,764 000000000000000000006aff369601be1469960660d9d17109b6facb64949a13 1.56 MB 3,123 9
856,763 856,763 000000000000000000010ead034c03f36a2776ab328d1aaacad9fd1513deffbb 1.54 MB 2,770 6
856,762 856,762 00000000000000000001c7c39e20d1bb91a4fe3d76df5ded1204ac29c9d90520 1.52 MB 7,469 2
856,761 856,761 0000000000000000000236c3acada3ef1cecf64f47d10230afee356cb33908a5 1.60 MB 6,451 2
856,760 856,760 000000000000000000011c5890365bdbe5d25b97ce0057589acaef4f1a57263f 1.72 MB 3,570 4
856,759 856,759 00000000000000000001fa99362de8ee5334454cd466b6a5e1c4bc365ad3fd28 1.79 MB 4,009 5
856,758 856,758 000000000000000000006ab92e9acd702752790e322397139c6f4b693355832b 1.69 MB 3,690 4
856,757 856,757 000000000000000000030401908778fb63d8645f4c89a790e2d5d65229612487 1.71 MB 5,954 3
856,756 856,756 00000000000000000001d547def7ec2e8cbde85a356c11c40e2ea202d0a1f1d0 1.87 MB 4,125 5
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

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