Memory Pool Memory Pool Refreshing

3,492 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (841,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,280 66,280 0000000008041f29867de822cdadefbf2621b1e4d99ed2b2dccc0b7e30f8708a 0.00 MB 1 0
66,279 66,279 00000000044162db831964a2597981670d61d13cd32e92b174c93b620c9c42a9 0.00 MB 4 0
66,278 66,278 000000000673d82baef1752fa0229d8cac800adb13cdb2ef5720a43554ce310f 0.00 MB 3 0
66,277 66,277 0000000008ea823f7a8e91fff5f93d12673afe202416c60fc7e28daaacfd0a2d 0.00 MB 5 0
66,276 66,276 00000000093747c4a06fc65347875b259275c323367c8910cdec51d997a859a1 0.00 MB 5 0
66,275 66,275 000000000294d3c1e1d031bfa00c4409c1ca87734ee1bbedfb821861d093871e 0.00 MB 2 0
66,274 66,274 00000000074a9fdd965c99f7f30085cbb3560cd30cf830615c6a79b8e7383aef 0.00 MB 2 0
66,273 66,273 0000000002d73d3e7e25498958877e3dee7c942f877e137d4540776ac812579c 0.00 MB 2 0
66,272 66,272 0000000003dcf1f388d1118e5dcd08b4245b5fe2ab17ea7aa9b46b197502fbca 0.00 MB 8 0
66,271 66,271 0000000001b795d15e97478097929c417232e0d55351c1a290a9f566694f1f8a 0.00 MB 1 0
66,270 66,270 0000000008960aaa7cd2dd610ed9f34421a325884e90fe9afec70e9b4e199c8a 0.00 MB 4 0
66,269 66,269 0000000001fc4cadde6fdf3046057a9efe79461feed35aa1c2744a5375b79409 0.00 MB 1 0
66,268 66,268 0000000007096c0bde049f768ca6aa383e66d4007a84cdcbae63b6507e2e0a42 0.00 MB 3 0
66,267 66,267 00000000086928d40fe6da5b86b219a02db46d615ce5bde31396ec62ba820836 0.00 MB 10 0
66,266 66,266 00000000025bb0b7a4392ebf846acb1dce145f8252118457ed40b41f797a73a6 0.00 MB 1 0
66,265 66,265 000000000ac5f7305c126f169bfa0daac433bb0f48383488e73761a6d3c64a06 0.00 MB 1 0
66,264 66,264 00000000024de356c754fcdc5490e400138debe1d0db4d3c9ec9082e31c9d971 0.00 MB 2 0
66,263 66,263 0000000006aeaa3ed3d4dbc8b51e84abb162d76cd7774e62db71ef5301ba767b 0.00 MB 3 0
66,262 66,262 000000000a94506fd73453b99ad228d8d31a9d2524463df32ad07597eab9f1dc 0.00 MB 1 0
66,261 66,261 0000000001d9e16fb096f511d6e82ef5353040e459e0d456995fa31f50867234 0.00 MB 1 0
66,260 66,260 00000000097573f8e65968d94887bbbad8c0765a14e501e2e1971c18b763b9a9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.72 GB

Node Information

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