Memory Pool Memory Pool Refreshing

6,901 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (784,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,974 122,974 00000000000012fff68e1de6ec1f50b5853431ddb8c6c37d0cd94a183d2b5e45 0.01 MB 15 261
122,973 122,973 000000000000522fef3cfc5cecfb4c65b3b5260316b2ca9e6a9d810333d8b153 0.00 MB 4 0
122,972 122,972 0000000000008adfeb89597580ca23e7d6b1f1719d129e754d04c0aa1499ee06 0.00 MB 4 0
122,971 122,971 00000000000058d8221b7f91c74d0b1ed4aa006c3040d37848659bafe8cc3f16 0.00 MB 7 548
122,970 122,970 0000000000000802f8c5de470b26ee779b8b98ed740cfca4ebbd4793a11060ee 0.00 MB 5 679
122,969 122,969 0000000000002dd1b687b55cbee879b1b77b913911e7bff1704726bfe736dba7 0.01 MB 21 181
122,968 122,968 00000000000046f30bb41ecf948813e80de8db157a474df66012b69f0dcf1d7e 0.01 MB 15 808
122,967 122,967 000000000000248424d43c0abeabab295b452f7a04afa1928ee88ea5ca3dbfe3 0.03 MB 63 696
122,966 122,966 00000000000022fbb44728ca6bba6bf509af76c8707f75f4fe02852e74c87d78 0.00 MB 4 1,562
122,965 122,965 000000000000838f717a95c1b64bff89b76acb6b350db8dbe1102db525910e9a 0.00 MB 11 344
122,964 122,964 00000000000002627275986a3421b9ae3ba668ee73a8910c14f654a6e48d56db 0.01 MB 14 0
122,963 122,963 00000000000060c09292ef39d7da3e0b6a79df99a38618adbf633fad3c1c5b05 0.01 MB 16 2
122,962 122,962 0000000000006d3abe955838fc2b99d14c0fcfe9d5de14af4cacd7de40ccec86 0.00 MB 10 0
122,961 122,961 0000000000003cc8ae508651328ba2bad5df40add3a34dd5d28885e942c78f18 0.01 MB 6 152
122,960 122,960 00000000000026de949a9aa5d95d68d5e74ba9a1dfc8a0a1ce1e7c31f2be6ee9 0.01 MB 13 155
122,959 122,959 00000000000078b5136514e90c89362fdd64375e7eddf79aec1166d16aa0fac5 0.00 MB 10 0
122,958 122,958 0000000000009254e00cb0419f0ea7009a4a8d888cc241bb1a41b0aab449a916 0.00 MB 10 340
122,957 122,957 00000000000068accb85c9172cf8fb8316373f8a78c59d9f893df8ee62b117a5 0.02 MB 38 288
122,956 122,956 00000000000032e24c9b48e415c7bfedcf950f75f673d1c8e77b907125d9e3ac 0.00 MB 9 0
122,955 122,955 0000000000005e5c9034b165b44ffc0c54858e17fae643bfdb9eec17a9199740 0.01 MB 44 2,404
122,954 122,954 00000000000044f11efe8fe6906cf603b03e6ed436cf4f47142ee3a2874f11f5 0.00 MB 14 472
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.